3 lines
96 B
PHP
3 lines
96 B
PHP
|
<?php
|
||
|
if(!file_exists("users.db")) die("\n(!) You have to run install.php first! (!)\n\n");
|
||
|
?>
|