mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added search capabilities to admin sections
This commit is contained in:
@ -13,6 +13,11 @@ RewriteRule ^settings.php /index.php?route=user/settings [L]
|
||||
RewriteRule ^login.php /index.php?route=login/login [L]
|
||||
RewriteRule ^logout.php /index.php?route=login/logout [L]
|
||||
RewriteRule ^google.php /index.php?route=login/google [QSA,L]
|
||||
RewriteRule ^domain.php /index.php?route=domain/domain [QSA,L]
|
||||
RewriteRule ^ldap.php /index.php?route=ldap/list [QSA,L]
|
||||
RewriteRule ^customer.php /index.php?route=customer/list [QSA,L]
|
||||
RewriteRule ^retention.php /index.php?route=policy/retention [QSA,L]
|
||||
RewriteRule ^archiving.php /index.php?route=policy/archiving [QSA,L]
|
||||
RewriteRule ^view/javascript/piler.js /js.php [QSA,L]
|
||||
|
||||
<IfModule auth_ntlm_winbind_module>
|
||||
|
Reference in New Issue
Block a user