Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / admin / jayaltertable.php
CommitLineData
bc13d5d6
H
1<?
2
3ini_set("include_path","./inc:./boxiky/:./config:../inc:../boxiky/:../config");
4include_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.099003 seconds and 4 git commands to generate.