Browse Source

[svn r17796] FS#2970 - FCKEditor, the advanced file manager: Removing checking for writable sessions folder from the installation script.

Ivan Tcholakov 16 years ago
parent
commit
7b8133212b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      main/install/install_functions.inc.php

+ 0 - 6
main/install/install_functions.inc.php

@@ -543,12 +543,6 @@ function display_requirements($installType, $badUpdatePath, $updatePath='', $upd
             <tr>
                 <td class="requirements-item">dokeos/searchdb/</td>
                 <td class="requirements-value">'.check_writable('../searchdb/').'</td>
-            </tr>
-            <tr>
-                <td class="requirements-item">'.session_save_path().'</td>
-                <td class="requirements-value">'.(is_writable(session_save_path()) 
-					? '<strong><font color="green">'.get_lang('Writable').'</font></strong>'
-					: '<strong><font color="red">'.get_lang('NotWritable').'</font></strong>').'</td>
             </tr>
 			';
 	echo '</table>';