Przeglądaj źródła

Update check.php

Cerothen 9 lat temu
rodzic
commit
9eab05dce2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      check.php

+ 2 - 2
check.php

@@ -116,7 +116,7 @@ function getFilePermission($file) {
     endif;
 }
 
-$db = DATABASE_LOCATION  . constant('User::DATABASE_NAME') . ".db";
+$db = DATABASE_LOCATION.'users.db';
 $folder = USER_HOME;
 
 ?>
@@ -192,4 +192,4 @@ $folder = USER_HOME;
 
     </body>
 
-</html>
+</html>