mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
put back php closing tag (been missing for ages and no-one noticed except marj), correct entry for integrity check plugin install (thanks again marj), but disable since plugin is deprecated.
This commit is contained in:
parent
1190681e34
commit
e14d515ead
@ -131,7 +131,7 @@ define("LANINS_091", "Submit News");
|
||||
define("LANINS_092", "Contact Us");
|
||||
define("LANINS_093", "Grants access to private menu items");
|
||||
define("LANINS_094", "Example private forum class");
|
||||
define("LANINS_095", "integrity_check");
|
||||
define("LANINS_095", "Integrity Check");
|
||||
define("LANINS_096", "");
|
||||
define("LANINS_097", "");
|
||||
define("LANINS_098", "");
|
||||
|
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/install_.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-01-08 21:33:52 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-01-09 20:12:42 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -749,7 +749,7 @@ This file has been generated by the installation script.
|
||||
|
||||
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}userclass_classes VALUES (1, 'PRIVATEMENU', '".LANINS_093."',".e_UC_ADMIN.")");
|
||||
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}userclass_classes VALUES (2, 'PRIVATEFORUM1', '".LANINS_094."',".e_UC_ADMIN.")");
|
||||
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}plugin VALUES (0, 'Integrity Check', '0.03', '".LANINS_095."', 1, '') ");
|
||||
// mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}plugin VALUES (0, '".LANINS_095."', '0.03', 'Integrity Check', 1, '') ");
|
||||
|
||||
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}generic VALUES (0, 'wmessage', 1145848343, 1, '', 0, '[center]<img src='{e_IMAGE}splash.jpg' style='width: 412px; height: 275px' alt='' />[/center]')");
|
||||
|
||||
@ -1935,3 +1935,4 @@ R0lGODlhAwABAJEAAAAAAP///1xcXP///yH5BAEAAAMALAAAAAADAAEAAAIC1FYAOw=="));
|
||||
break;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user