partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

PHPTest.js (263B)


      1 /**
      2  * A minimalistic PHP check to make sure PHP is installed on the server and activated as PHP module.
      3  */
      4 Ext.define('PartKeeprSetup.PHPTest', {
      5 	extend: 'PartKeeprSetup.AbstractTest',
      6 	url: 'tests/check-php.php',
      7 	name: "PHP",
      8 	message: "Testing for PHP"
      9 });