2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
* install.php: added to check zip library for the filemanager. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2974 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b4de8b5276
commit
f87cb324c3
|
@ -1,3 +1,7 @@
|
|||
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* install.php: added to check zip library for the filemanager.
|
||||
|
||||
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_filemanager.php: added in source code lines to test
|
||||
|
|
|
@ -304,6 +304,7 @@ function install_step2() {
|
|||
$res += check_extension("session","PHP session extension");
|
||||
$res += check_extension("gettext","PHP gettext extension");
|
||||
$res += check_extension("mbstring","PHP Multibyte String");
|
||||
$res += check_extension("zip","PHP Zip");
|
||||
$res += check_include("PEAR.php","PEAR PHP Library");
|
||||
$res += check_include("DB.php","PEAR:DB PHP Library");
|
||||
$res += check_include("XML/RPC.php","PEAR::XML_RPC PHP Library");
|
||||
|
|
Loading…
Reference in New Issue