示例#1
0
 public function PHPCLI()
 {
     parent::AbstractTest("PHP Command Line", "Testing PHP command line (default is php)");
 }
示例#2
0
 function GPC()
 {
     parent::AbstractTest("Magic quotes", "Magic quotes enabled : " . get_magic_quotes_gpc());
 }
示例#3
0
 public function PHP_OB()
 {
     parent::AbstractTest("PHP Output Buffer disabled", "You should disable php output_buffering parameter for better performances with Pydio.");
 }
 function PHPLimits()
 {
     parent::AbstractTest("PHP Limits variables", "<b>Testing configs</b>");
 }
 function AJXPVersion()
 {
     parent::AbstractTest("AjaXplorer version", "AJXP version : " . AJXP_VERSION);
 }
示例#6
0
 function Zlib()
 {
     parent::AbstractTest("Zlib extension (ZIP)", "Extension enabled : " . (function_exists('gzopen') ? "1" : "0"));
 }
 function PHPErrorLevel()
 {
     parent::AbstractTest("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }
示例#8
0
 function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check <a href=\"http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87\">http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87</a>. ");
 }
示例#9
0
 function Client()
 {
     parent::AbstractTest("Client Browser", "Current client " . $_SERVER['HTTP_USER_AGENT']);
 }
示例#10
0
 public function PHP_magic_quotes()
 {
     parent::AbstractTest("Magic quotes disabled", "Magic quotes need to be disabled, only relevent for php 5.3");
 }
示例#11
0
 function PHPOS()
 {
     parent::AbstractTest("PHP operating system", "Current operating system " . PHP_OS);
 }
示例#12
0
 public function PHPVersion()
 {
     parent::AbstractTest("PHP version", "Minimum required version is PHP 5.3.0");
 }
示例#13
0
 function fsAccessTest()
 {
     parent::AbstractTest("Filesystem Plugin", "");
 }
示例#14
0
 public function PHPMCrypt()
 {
     parent::AbstractTest("MCrypt enabled", "MCrypt is required by all security functions.");
 }
示例#15
0
 function sshAccessTest()
 {
     parent::AbstractTest("Remote SSH Filesystem Plugin", "");
 }
 function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check the <a href=\"http://www.ajaxplorer.info/wordpress/documentation-3/chapter-faq/#toc-i-have-a-warning-concerning-the-character-encoding-when-i-first-start-ajaxplorer-what-should-i-do\">F.A.Q.</a>. ");
 }
示例#17
0
 function PHPSession()
 {
     parent::AbstractTest("PHP Session", "<b>Testing configs</b>");
 }
示例#18
0
 public function Upload()
 {
     parent::AbstractTest("Upload particularities", "<b>Testing configs</b>");
 }
示例#19
0
 function ftpAccessTest()
 {
     parent::AbstractTest("Remote FTP Filesystem Plugin", "");
 }
示例#20
0
 public function AJXPVersion()
 {
     parent::AbstractTest("Pydio version", "Version : " . AJXP_VERSION);
 }
示例#21
0
 function PHPVersion()
 {
     parent::AbstractTest("PHP version", "Minimum required version is PHP 5.1.0, PHP 5.2 or higher recommended when using foreign language");
 }
示例#22
0
 public function PHP_APC()
 {
     parent::AbstractTest("PHP APC extension", "Pydio framework loads a lot of PHP files at each query, and using a PHP accelerator is greatly recommanded.");
 }
示例#23
0
 function PHPMCrypt()
 {
     parent::AbstractTest("MCrypt enabled", "MCrypt is required for generating publiclets");
 }
示例#24
0
 public function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check the <a href=\"http://ajaxplorer.info/knowledge-base-2/f-a-q/#39172\">F.A.Q.</a>. ");
 }
示例#25
0
 function PHPDomXML()
 {
     parent::AbstractTest("DOM Xml enabled", "Dom XML is required, you may have to install the php-xml extension.");
 }
 function SSLEncryption()
 {
     parent::AbstractTest("SSL Encryption", "You are not using SSL encryption, or it was not detected by the server. Be aware that it is strongly recommended to secure all communication of data over the network.");
 }
示例#27
0
 public function Writeability()
 {
     parent::AbstractTest("Required writeable folder", "One of the following folder should be writeable and is not : ");
 }
 function PHPGDVersion()
 {
     parent::AbstractTest("PHP GD version", "GD is required for generating thumbnails");
 }
示例#29
0
 public function UsersConfig()
 {
     parent::AbstractTest("Users Configuration", "Current config for users");
 }
示例#30
0
 public function PHPExif()
 {
     parent::AbstractTest("Exif Extension enabled", "Installing php-exif extension is recommended if you plan to handle images");
 }