- Modify function set_path in install/index.php to support latest PHP

- Bump portrevision
This commit is contained in:
Beech Rintoul 2013-11-10 23:31:45 +00:00
parent 8485b9dc93
commit 9c7bd8ee8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333457
3 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= myitcrm
PORTVERSION= 0.2.9.3
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/myitcrm/
DISTNAME= MyITCRM1-${PORTVERSION}

View File

@ -0,0 +1,13 @@
--- ./install/indexold.php 2013-11-06 11:05:07.000000000 -0900
+++ ./install/index.php 2013-11-06 11:07:16.000000000 -0900
@@ -1260,9 +1260,8 @@
#####################################
# Set Path #
#####################################
-function set_path($_POST)
+function set_path()
{
-
$install_date = date("M d Y h:i:s A" ,time());
$filename = '../conf.php';
$path2 = 'default_site_name';

View File

@ -845,6 +845,7 @@
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/utils/validate.js
%%WWWDIR%%/index.php
%%WWWDIR%%/install/index.php
%%WWWDIR%%/install/index.php.orig
%%WWWDIR%%/install/sql.php
%%WWWDIR%%/install/validate.js
%%WWWDIR%%/js/dhtml.js