Fix: Minor fix in doliwmp

This commit is contained in:
Laurent Destailleur 2009-11-19 02:01:08 +00:00
parent 1eebbf6d87
commit 02ece7082c
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ AppVerName=DoliWamp-2.7.0-beta
OutputBaseFilename=DoliWamp-2.7.0-beta OutputBaseFilename=DoliWamp-2.7.0-beta
; Define full path from wich all relative path are defined ; Define full path from wich all relative path are defined
; You must modify this to put here your dolibarr root directory ; You must modify this to put here your dolibarr root directory
SourceDir=E:\Mes Developpements\dolibarr SourceDir=C:\Work\Data\Workspace\dolibarr
; ----- End of change ; ----- End of change
AppId=doliwamp AppId=doliwamp
AppPublisher=NLTechno AppPublisher=NLTechno
@ -72,7 +72,7 @@ Source: "build\exe\doliwamp\uninstall_services.bat.install"; DestDir: "{app}\";
Source: "build\exe\doliwamp\mysqlinitpassword.bat.install"; DestDir: "{app}\"; Flags: ignoreversion; Source: "build\exe\doliwamp\mysqlinitpassword.bat.install"; DestDir: "{app}\"; Flags: ignoreversion;
Source: "build\exe\doliwamp\mysqltestinstall.bat.install"; DestDir: "{app}\"; Flags: ignoreversion; Source: "build\exe\doliwamp\mysqltestinstall.bat.install"; DestDir: "{app}\"; Flags: ignoreversion;
Source: "build\exe\doliwamp\startdoliwamp_manual_donotuse.bat.install"; DestDir: "{app}\"; Flags: ignoreversion; Source: "build\exe\doliwamp\startdoliwamp_manual_donotuse.bat.install"; DestDir: "{app}\"; Flags: ignoreversion;
Source: "build\exe\doliwamp\builddemosslfiles.bat"; DestDir: "{app}\"; Flags: ignoreversion; Source: "build\exe\doliwamp\builddemosslfiles.bat.install"; DestDir: "{app}\"; Flags: ignoreversion;
Source: "build\exe\doliwamp\UsedPort.exe"; DestDir: "{app}\"; Flags: ignoreversion; Source: "build\exe\doliwamp\UsedPort.exe"; DestDir: "{app}\"; Flags: ignoreversion;
; PhpMyAdmin, Apache, Php, Mysql ; PhpMyAdmin, Apache, Php, Mysql
; Put here path of Wampserver applications ; Put here path of Wampserver applications

View File

@ -1084,7 +1084,7 @@ session.gc_divisor = 1000
; After this number of seconds, stored data will be seen as 'garbage' and ; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process. ; cleaned up by the garbage collection process.
session.gc_maxlifetime = 1440 session.gc_maxlifetime = 1800
; NOTE: If you are using the subdirectory option for storing session files ; NOTE: If you are using the subdirectory option for storing session files
; (see session.save_path above), then garbage collection does *not* ; (see session.save_path above), then garbage collection does *not*