diff options
author | Yuchen Pei <hi@ypei.me> | 2021-10-14 15:16:42 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-10-14 15:16:42 +1100 |
commit | 07f5140771388c9e0c8a99b0dd2e5d950bdb173b (patch) | |
tree | 323c00faef1edc7dea2e88ff581cc2258b2b6432 /h-source/admin/Config/Route.php | |
parent | e119be145500700f3c465e12664403a07530a421 (diff) |
moving h-source subdir out.
Diffstat (limited to 'h-source/admin/Config/Route.php')
-rw-r--r-- | h-source/admin/Config/Route.php | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/h-source/admin/Config/Route.php b/h-source/admin/Config/Route.php deleted file mode 100644 index ac9748e..0000000 --- a/h-source/admin/Config/Route.php +++ /dev/null @@ -1,50 +0,0 @@ -<?php - -// All EasyGiant code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -// See COPYRIGHT.txt and LICENSE.txt. - -if (!defined('EG')) die('Direct access not allowed!'); - -class Route -{ - - //controller,action couples that can be reached by the browser - //set 'all' if you want that all the controller,action couples can be reached by the browser - public static $allowed = array( - 'adminissues,main', - 'adminissues,form', - 'adminpassword,form', - 'adminusers,login', - 'adminusers,logout', - 'adminusers,forceout', - 'adminusers,retype', - 'adminusers,main', - 'adminusers,form', - 'adminusers,associate', - 'admintalk,main', - 'admintalk,form', - 'adminregusers,main', - 'adminregusers,associate', - 'adminhardware,main', - 'adminhardware,ask', - 'adminhardware,form', - 'admindeletion,main', - 'adminparams,form', - 'adminnews,main', - 'adminnews,form', - 'adminboxes,main', - 'adminboxes,form', - 'adminmessages,main', - 'adminmessages,form', - 'adminhistory,main', - ); - - //it can be 'yes' or 'no' - //set $rewrite to 'yes' if you want that EasyGiant rewrites the URLs according to what specified in $map - public static $rewrite = 'no'; - - //define the urls of your website - //you have to set $rewrite to 'yes' - public static $map = array(); - -}
\ No newline at end of file |