Removing duplicates
[mirrors/Kyberia-bloodline.git] / ajax / get_id_by_name.php
diff --git a/ajax/get_id_by_name.php b/ajax/get_id_by_name.php
deleted file mode 100644 (file)
index fdcfb61..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-error_reporting(0);
-require('../config/config.inc');
-require(SYSTEM_ROOT.'inc/database.inc');
-$db=new CLASS_DATABASE();
-$name = addslashes($_GET['name']);
-$q="select users.user_id from users where users.login='$name' limit 1";
-$set=$db->query($q);
-$set->next();
-$id=$set->getString('user_id');
-echo $id;
-?>
\ No newline at end of file
This page took 0.137539 seconds and 4 git commands to generate.