Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / admin / rename.php
CommitLineData
bc13d5d6
H
1<?
2
3ini_set("include_path","/home/hromi1/kyberia/inc:/home/hromi1/kyberia/boxiky/:/home/hromi1/kyberia/config");
4include_once("kyberia.inc");
5$database=new CLASS_KYBERIA();
6$set=$database->query("update user set login = 'gudmud' where id = '2031'");
7
8
9?>
This page took 0.100834 seconds and 4 git commands to generate.