aboutsummaryrefslogtreecommitdiffstats
path: root/packages/phpservice/phpservice_php_edit.tmp
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2009-01-22 19:55:00 +0000
committerMark Crane <mcrane@pfsense.org>2009-01-22 19:55:00 +0000
commit11de846965f8112dc4c14689f272419358b456bd (patch)
treec3a86acc7c28b032a72ede2e502891b9bd516b7e /packages/phpservice/phpservice_php_edit.tmp
parent3e1caa8078443999129e65936f3a2062526ab1ef (diff)
downloadpfsense-packages-11de846965f8112dc4c14689f272419358b456bd.tar.gz
pfsense-packages-11de846965f8112dc4c14689f272419358b456bd.tar.bz2
pfsense-packages-11de846965f8112dc4c14689f272419358b456bd.zip
PHPService change paths for installation
Diffstat (limited to 'packages/phpservice/phpservice_php_edit.tmp')
-rw-r--r--packages/phpservice/phpservice_php_edit.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/phpservice/phpservice_php_edit.tmp b/packages/phpservice/phpservice_php_edit.tmp
index 0e03131f..a077a3ba 100644
--- a/packages/phpservice/phpservice_php_edit.tmp
+++ b/packages/phpservice/phpservice_php_edit.tmp
@@ -100,7 +100,7 @@ function show_advanced_config() {
<?php
$tab_array = array();
- $tab_array[] = array(gettext("PHP"), false, "/phpservice_php.php");
+ $tab_array[] = array(gettext("PHP"), false, "/packages/phpservice_php.php");
display_top_tabs($tab_array);
?>