Exemplo n.º 1
0
 /**
  * Sets the plugin list array
  */
 public static function set_pluginlist($pluginlist, $errorlevel = false)
 {
     self::$pluginlist = $pluginlist;
     if ($errorlevel and version_compare(phpversion(), '5.3.0', '>=')) {
         self::$errorlevel = true;
     }
 }
Exemplo n.º 2
0
	/**
	* Sets the plugin list array
	*/
	public static function set_pluginlist($pluginlist)
	{
		self::$pluginlist = $pluginlist;
	}