From 14e8f712ae0278afff2a750b707dfd66f6e13182 Mon Sep 17 00:00:00 2001
From: MateBartus
Date: Fri, 17 Apr 2015 18:38:21 +0200
Subject: [ticket/13740] Moving old installer to install_old
PHPBB3-13740
---
phpBB/install/database_update.php | 267 --------------------------------------
1 file changed, 267 deletions(-)
delete mode 100644 phpBB/install/database_update.php
(limited to 'phpBB/install/database_update.php')
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
deleted file mode 100644
index 853848d637..0000000000
--- a/phpBB/install/database_update.php
+++ /dev/null
@@ -1,267 +0,0 @@
-
-* @license GNU General Public License, version 2 (GPL-2.0)
-*
-* For full copyright and license information, please see
-* the docs/CREDITS.txt file.
-*
-*/
-
-$update_start_time = time();
-
-/**
-* @ignore
-*/
-define('IN_PHPBB', true);
-define('IN_INSTALL', true);
-$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
-$phpEx = substr(strrchr(__FILE__, '.'), 1);
-
-function phpbb_end_update($cache, $config)
-{
- $cache->purge();
-
- $config->increment('assets_version', 1);
-
-?>
-
-
-
-
-
-
-
-
-
-
-