-
+
Domain: |
|
-
+
Available licenses: |
|
-
+
|
Index: trunk/admin/install/warning.php
===================================================================
diff -u -r41 -r8397
--- trunk/admin/install/warning.php (.../warning.php) (revision 41)
+++ trunk/admin/install/warning.php (.../warning.php) (revision 8397)
@@ -11,16 +11,16 @@
|
-
+
Index: trunk/admin/install/restore_select.php
===================================================================
diff -u -r3282 -r8397
--- trunk/admin/install/restore_select.php (.../restore_select.php) (revision 3282)
+++ trunk/admin/install/restore_select.php (.../restore_select.php) (revision 8397)
@@ -56,7 +56,7 @@
foreach($datearray as $key => $value)
{
$sel = ($value == $_REQUEST['backupdate']) ? ' checked' : '';
- $options .= "";
+ $options .= " ";
$options .= "";
$options .= ' | ";
$count++;
@@ -90,14 +90,14 @@
-
+
Backup Directory:
|
-
+
|
Index: trunk/core/units/general/helpers/modules.php
===================================================================
diff -u -r7855 -r8397
--- trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 7855)
+++ trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 8397)
@@ -182,7 +182,7 @@
else {
$modules = array_keys($this->Application->ModuleInfo);
}
-
+
array_push($modules, 'Core', 'Proj-base', 'Proj-CMS', 'Custom');
return $modules;
}
Fisheye: Tag 8397 refers to a dead (removed) revision in file `trunk/admin/install/upgrades/inportal_upgrade_v1.3.2.sql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: trunk/tools/debug_sample.php
===================================================================
diff -u -r7867 -r8397
--- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 7867)
+++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 8397)
@@ -7,7 +7,7 @@
$dbg_options = Array (
// !!! DEBUG MODE will be off if IP does not match !!!
- 'DBG_IP' => '193.68.72.64/26', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated)
+ 'DBG_IP' => '193.68.72.64/26;69.17.25.153', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated)
'DEBUG_MODE' => 1, // Debug mode is allowed/disabled (note: set DBG_IP to use this one)
// 'DBG_LOCAL_BASE_PATH' => 'w:', // Folder name on mapped drive, where site resides
// 'DBG_TOOLBAR_BUTTONS' => 1, // Show "Show Debugger" & "Refresh Frame" buttons (on front)
Index: trunk/admin/install/login.php
===================================================================
diff -u -r41 -r8397
--- trunk/admin/install/login.php (.../login.php) (revision 41)
+++ trunk/admin/install/login.php (.../login.php) (revision 8397)
@@ -11,20 +11,20 @@
|
| | | |