diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-09-30 01:48:18 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-09-30 01:48:18 -0300 |
commit | 9775315fe12a31de08a1845cea8dd6992a2ef6e8 (patch) | |
tree | 92591914181d3f9520654891364552bb6b514c9e /config/asterisk/asterisk_log.php | |
parent | 4a018bc3a587d75aa25b6b70923f37fe40f79c70 (diff) | |
download | pfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.tar.gz pfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.tar.bz2 pfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.zip |
asterisk - fix startup, config changes on 2.1 and replace system calls to native php functions
add shortcut functions to package
Diffstat (limited to 'config/asterisk/asterisk_log.php')
-rw-r--r-- | config/asterisk/asterisk_log.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/asterisk/asterisk_log.php b/config/asterisk/asterisk_log.php index 8ff8475d..f4a752d2 100644 --- a/config/asterisk/asterisk_log.php +++ b/config/asterisk/asterisk_log.php @@ -47,6 +47,7 @@ require_once("guiconfig.inc"); $pgtitle = array(gettext("Status"),gettext("Asterisk Log")); +$shortcut_section = "asterisk"; include("head.inc"); /* Path to Asterisk log file */ |