Parent Directory
|
Revision Log
|
Revision Graph
Really updating to 6.x-1.x branch this time.
| 1 | #!/usr/bin/env php |
| 2 | <?php |
| 3 | require('dbscripts.module'); |
| 4 | if (in_array('help', $_SERVER['argv'])) { |
| 5 | print dbscripts_help('erase'); |
| 6 | } else { |
| 7 | $options = dbscripts_get_options($_SERVER['argv']); |
| 8 | print dbscripts_erase($options['filter'], $options['sequences']); |
| 9 | } |
| 10 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |