Initial import.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
if(!file_exists("users.db")) die("\n(!) You have to run install.php first! (!)\n\n");
|
||||
?>
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
if(!file_exists("users.db")) die("\n(!) You have to run install.php first! (!)\n\n");
|
||||
?>
|
||||