Vergleich install/index.php - 1.00 - 1.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id$

 * $Id: index.php 941 2005-12-09 16:19:52Z Kilroy $

 */
error_reporting(E_ALL & ~E_NOTICE);

// The version number of MyBB we are installing

 */
error_reporting(E_ALL & ~E_NOTICE);

// The version number of MyBB we are installing

$myver = "1.0";

$myver = "1.1.2";


require "../inc/class_core.php";
$mybb = new MyBB;


require "../inc/class_core.php";
$mybb = new MyBB;