projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9b442
)
include local routes
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 14 Jan 2009 05:18:46 +0000
(
00:18
-0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 14 Jan 2009 05:59:34 +0000
(
00:59
-0500)
hippo/config/routes.php
patch
|
blob
|
history
diff --git
a/hippo/config/routes.php
b/hippo/config/routes.php
index
e69de29
..
ab4a91c
100644
(file)
--- a/
hippo/config/routes.php
+++ b/
hippo/config/routes.php
@@
-0,0
+1,7
@@
+<?php
+
+
+// Local route overrides
+if (file_exists(dirname(__FILE__) . '/routes.local.php')) {
+ include dirname(__FILE__) . '/routes.local.php';
+}