include local routes
authorChuck Hagenbuch <chuck@horde.org>
Wed, 14 Jan 2009 05:18:46 +0000 (00:18 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 14 Jan 2009 05:59:34 +0000 (00:59 -0500)
hippo/config/routes.php

index e69de29..ab4a91c 100644 (file)
@@ -0,0 +1,7 @@
+<?php
+
+
+// Local route overrides
+if (file_exists(dirname(__FILE__) . '/routes.local.php')) {
+    include dirname(__FILE__) . '/routes.local.php';
+}