]> andersk Git - sql-web.git/blame - defaults.cfg.php
first stab at 0.2
[sql-web.git] / defaults.cfg.php
CommitLineData
997305cf
JP
1<?php
2
3$_NEW_DB['nBytes'] = 0;
4$_NEW_DB['dCreated'] = 'NOW()';
5$_NEW_DB['bEnabled'] = 1;
6
7$_NEW_DBQUOTA['nBytesSoft'] = 0;
8$_NEW_DBQUOTA['nBytesHard'] = 0;
9$_NEW_DBQUOTA['dCreated'] = 'NOW()';
10
11$_NEW_USER['UserId'] = '';
12$_NEW_USER['UL'] = 1;
13$_NEW_USER['dCreated'] = 'NOW()';
14$_NEW_USER['bEnabled'] = 0;
15
16$_NEW_USERQUOTA['nDatabases'] = 5;
17$_NEW_USERQUOTA['nBytesSoft'] = 26214400;
18$_NEW_USERQUOTA['nBytesHard'] = 26214400;
19$_NEW_USERQUOTA['dCreated'] = 'NOW()';
20
21$_NEW_USERSTAT['nDatabases'] = 0;
22$_NEW_USERSTAT['nBytes'] = 0;
23
24?>
This page took 0.042938 seconds and 5 git commands to generate.