Skip to content

Commit

Permalink
[490] Drop dead code from armory_loader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Mar 19, 2011
1 parent 21e60a9 commit a3c9173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions includes/armory_loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release 4.50
* @revision 456
* @revision 490
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down Expand Up @@ -37,20 +37,6 @@
if(!@include(__ARMORYDIRECTORY__ . '/includes/defines.php')) {
die('<b>Error:</b> unable to load defines.php!');
}
if(!@include(__ARMORYDIRECTORY__ . '/includes/classes/class.cacher.php')) {
die('<b>Error:</b> unable to load Cacher class!');
}
/* SQL CACHER: IN DEVELOPMENT! */
/*
if(isset($_GET['_DROPSQLCACHE_'])) {
$cacher = new Cacher(md5('1'), 'scalar');
$cacher->DropAllCache();
$cacher->Free();
unset($cacher);
header('Location: index.xml');
exit;
}
*/
if(!@include(__ARMORYDIRECTORY__ . '/includes/classes/class.armory.php')) {
die('<b>Error:</b> unable to load Armory class!');
}
Expand Down
2 changes: 1 addition & 1 deletion includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 489);
define('ARMORY_REVISION', 490);
define('DB_VERSION', 'armory_r489');
define('CONFIG_VERSION', '2001201101');
?>

0 comments on commit a3c9173

Please sign in to comment.