Somehow a couple directories and a file were missing from the repository...
authorBen Klang <ben@alkaloid.net>
Wed, 6 Jul 2005 11:17:01 +0000 (11:17 +0000)
committerBen Klang <ben@alkaloid.net>
Wed, 6 Jul 2005 11:17:01 +0000 (11:17 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@48 06cd67b6-e706-0410-b29e-9de616bca6e9

dialplan.php [new file with mode: 0644]

diff --git a/dialplan.php b/dialplan.php
new file mode 100644 (file)
index 0000000..3d4f117
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+if (!defined(SHOUT_BASE)) {
+    define(SHOUT_BASE, dirname(__FILE__));
+}
+
+require SHOUT_TEMPLATES . "/dialplan/dialplanlist.inc";
\ No newline at end of file