Vergleich inc/class_core.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: class_core.php 491 2005-08-13 21:23:01Z k776 $

 */

class MyBB {

 */

class MyBB {

Zeile 113Zeile 113
			{
unset($GLOBALS["$key"]);
}

			{
unset($GLOBALS["$key"]);
}

/*
$file = explode("/", $_SERVER['PHP_SELF']);
$file = $file[count($file)-2]."/".$file[count($file)-1].".log";
$this->log_message("./vars_to_unset/".$file, $key."\n"); */

 
		}
}


		}
}