Vergleich global.php - 1.2.10 - 1.2.14

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

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

 * $Id: global.php 3488 2007-11-17 17:27:22Z Tikitiki $

 * $Id: global.php 3596 2008-01-20 08:27:39Z Tikitiki $

 */

// Load main MyBB core file which begins all of the magic

 */

// Load main MyBB core file which begins all of the magic

Zeile 41Zeile 41
require_once MYBB_ROOT."inc/class_session.php";
$session = new session;
$session->init();

require_once MYBB_ROOT."inc/class_session.php";
$session = new session;
$session->init();

 

// Set our POST validation code here
$mybb->post_code = generate_post_check();


// Set and load the language
if(!isset($mybb->settings['bblanguage']))


// Set and load the language
if(!isset($mybb->settings['bblanguage']))