Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / admin / jayaltertable.php
1 <?
2
3 ini_set("include_path","./inc:./boxiky/:./config:../inc:../boxiky/:../config");
4 include_once("kyberia.inc");
5 $database=new CLASS_KYBERIA();
6
7 $q="alter table session drop friends_serial";
8 echo $q."<br>";
9 $set=$database->query($q);
10 echo "dropnute<br>";
11 $q="alter table session add friends_serial text";
12 echo $q."<br>";
13 $set=$database->query($q);
14 echo "alternute<br>";
15
16
17 echo "OK";
18 ?>
19
This page took 0.238768 seconds and 4 git commands to generate.