mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 10:54:57 +02:00
Notice removal during install
This commit is contained in:
parent
e1aa59de10
commit
f4d987b98e
@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||||
| $Revision: 1.81 $
|
| $Revision: 1.82 $
|
||||||
| $Date: 2009-09-12 13:16:56 $
|
| $Date: 2009-09-13 12:12:22 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@ -1521,7 +1521,7 @@ class e107plugin
|
|||||||
|
|
||||||
$query = "SELECT * FROM #plugin WHERE plugin_addons !='' ORDER BY plugin_path ASC";
|
$query = "SELECT * FROM #plugin WHERE plugin_addons !='' ORDER BY plugin_path ASC";
|
||||||
|
|
||||||
if ($sql -> db_Select_gen($query,TRUE))
|
if ($sql -> db_Select_gen($query))
|
||||||
{
|
{
|
||||||
while($row = $sql-> db_Fetch())
|
while($row = $sql-> db_Fetch())
|
||||||
{
|
{
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
* Installation file
|
* Installation file
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/install_.php,v $
|
* $Source: /cvs_backup/e107_0.8/install_.php,v $
|
||||||
* $Revision: 1.37 $
|
* $Revision: 1.38 $
|
||||||
* $Date: 2009-09-06 20:04:04 $
|
* $Date: 2009-09-13 12:12:23 $
|
||||||
* $Author: e107coders $
|
* $Author: e107coders $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
session_start();
|
|
||||||
|
|
||||||
define('MIN_PHP_VERSION','5.0');
|
define('MIN_PHP_VERSION','5.0');
|
||||||
define('MIN_MYSQL_VERSION','4.1.2');
|
define('MIN_MYSQL_VERSION','4.1.2');
|
||||||
@ -73,7 +73,7 @@ e107_ini_set('magic_quotes_sybase', 0);
|
|||||||
e107_ini_set('arg_separator.output', '&');
|
e107_ini_set('arg_separator.output', '&');
|
||||||
e107_ini_set('session.use_only_cookies', 1);
|
e107_ini_set('session.use_only_cookies', 1);
|
||||||
e107_ini_set('session.use_trans_sid', 0);
|
e107_ini_set('session.use_trans_sid', 0);
|
||||||
|
session_start();
|
||||||
|
|
||||||
$php_version = phpversion();
|
$php_version = phpversion();
|
||||||
if(version_compare($php_version, MIN_PHP_VERSION, "<"))
|
if(version_compare($php_version, MIN_PHP_VERSION, "<"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user