Subversion Repositories personal-webbase

Rev

Rev 9 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 daniel-mar 1
<?php
2
 
14 daniel-mar 3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
9 daniel-mar 4
 
5
ib_newdatabasetable('confixx', $m2, 'user', "bigint(21) NOT NULL default '0'",
6
                                    'folder', "bigint(21) NOT NULL default '0'",
7
                                    'username', "varchar(255) NOT NULL default ''",
8
                                    'passwort', "varchar(255) NOT NULL default ''",
9
                                    'server', "varchar(255) NOT NULL default ''");
10
 
11
if (function_exists('set_searchable')) set_searchable($m2, 'confixx', 1);
12
 
13
?>