diff options
author | Malf Furious <m@lfurio.us> | 2018-09-21 02:45:30 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-21 02:45:30 -0400 |
commit | ca89b1b60fc198be1fa01a4b1499c9c75cdfdc85 (patch) | |
tree | 48b6f2f97f44fcb8e5bdcee27015581879132cfe /examples/root.control.php | |
parent | 3424ebde9147ab5838c0433d6723c0d8b0d66c8c (diff) | |
download | scrott-ca89b1b60fc198be1fa01a4b1499c9c75cdfdc85.tar.gz scrott-ca89b1b60fc198be1fa01a4b1499c9c75cdfdc85.zip |
Remove old content
Diffstat (limited to '')
-rw-r--r-- | examples/root.control.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/root.control.php b/examples/root.control.php deleted file mode 100644 index 614ab33..0000000 --- a/examples/root.control.php +++ /dev/null @@ -1,14 +0,0 @@ - case "deleteaccount": $ctrl = new Deleteacct(); break; - default: - /* Check if arg is an object guid */ - $obj = new DBObject(); - - if ($obj->isGUID($argv[0])) - { - $ctrl = new Obj(); - break; - } - - /* No page to show for requested path */ - throw new Exception("The requested path is not valid."); - break; |