summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-26 01:39:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-26 01:39:23 +0000
commitf9e35766a5bc0a46e1eedf80037e3037c1cc96cc (patch)
treeeefd2ed4b5113f773b1dce908eaed46028582dfc /usr/local
parent356dee1959db1cbac85ae9dabc70c4039492643b (diff)
downloadpfsense-f9e35766a5bc0a46e1eedf80037e3037c1cc96cc.zip
pfsense-f9e35766a5bc0a46e1eedf80037e3037c1cc96cc.tar.gz
Add upload progress bar tracking support to php (as a module)
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/etc/php.ini1
-rw-r--r--usr/local/lib/php.ini1
-rwxr-xr-xusr/local/www/wizard.php2
3 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 45fbf7b..5d244ff 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -8,3 +8,4 @@ upload_max_filesize = 16M
post_max_size = 15M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
+extension=upload_progress_tracking.so \ No newline at end of file
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index 9d51484..1d4d722 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -8,3 +8,4 @@ upload_max_filesize = 16M
post_max_size = 17M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
+extension=upload_progress_tracking.so \ No newline at end of file
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index d5502f6..cee3038 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -122,7 +122,7 @@ if($pkg['step'][$stepid]['stepbeforeformdisplay'] <> "") {
<link href="gui.css" rel="stylesheet" type="text/css">
<script Language="JavaScript">
-<!--
+<!--
function FieldValidate(userinput, regexp, message)
{
if(!userinput.match(regexp))
OpenPOWER on IntegriCloud