small registratiron fix
[mirrors/Kyberia-bloodline.git] / wwwroot / ajax / testing.php
index c8e78a2fa1066a5559bb5c299dcbc2ca6ee7492d..a5d2a1b8602952753c8ca2a9dfa2bec7e5ba5e0f 100644 (file)
@@ -2,7 +2,7 @@
 error_reporting(1);
 session_start();
 require('../config/config.inc');
-require(SYSTEM_ROOT.'inc/database.inc');
+require(INCLUDE_DIR.'database.inc');
 $db=new CLASS_DATABASE();
 
 $set=$db->query("select user_id,last_action from users where (user_id > 2334 and user_id < 123456 and last_action like '2005-11-06 00:00:02')");
@@ -10,4 +10,4 @@ while ($set->next()){
 echo $set->getString('user_id')." ; ".$set->getString('last_action')."<br>";
 }
 
-?>
\ No newline at end of file
+?>
This page took 0.10888 seconds and 4 git commands to generate.