| Revision 1149,
327 bytes
checked in by savin.tiberiu@…, 11 months ago
(diff) |
|
Intern security level
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/env php |
|---|
| 2 | <?php |
|---|
| 3 | require_once(dirname($argv[0]) . "/utilities.php"); |
|---|
| 4 | require_once(IA_ROOT_DIR . "common/db/task.php"); |
|---|
| 5 | require_once(IA_ROOT_DIR . "common/tags.php"); |
|---|
| 6 | db_connect(); |
|---|
| 7 | |
|---|
| 8 | $query = "ALTER TABLE ia_user |
|---|
| 9 | MODIFY security_level enum('admin', 'helper', 'intern', 'normal')"; |
|---|
| 10 | |
|---|
| 11 | db_query($query); |
|---|
| 12 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.