Example #1
0
 /**
  * Checks whether XE is installed
  *
  * @return bool True if the config file exists, otherwise FALSE.
  */
 public static function isInstalled()
 {
     return FileHandler::hasContent(self::getConfigFile());
 }
Example #2
0
 /**
  * Checks whether XE is installed
  *
  * @return bool True if the config file exists, otherwise false.
  */
 function isInstalled()
 {
     return FileHandler::hasContent(Context::getConfigFile());
 }