Removing duplicates
[mirrors/Kyberia-bloodline.git] / ajax / testing.php
diff --git a/ajax/testing.php b/ajax/testing.php
deleted file mode 100644 (file)
index c8e78a2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-error_reporting(1);
-session_start();
-require('../config/config.inc');
-require(SYSTEM_ROOT.'inc/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')");
-while ($set->next()){
-echo $set->getString('user_id')." ; ".$set->getString('last_action')."<br>";
-}
-
-?>
\ No newline at end of file
This page took 0.088141 seconds and 4 git commands to generate.