]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/admin/xs_index.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / admin / xs_index.php
diff --git a/phpBB2/admin/xs_index.php b/phpBB2/admin/xs_index.php
deleted file mode 100644 (file)
index 3b38a9b..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<?php\r
-\r
-/***************************************************************************\r
- *                               xs_index.php\r
- *                               ------------\r
- *   copyright            : (C) 2003 - 2005 CyberAlien\r
- *   support              : http://www.phpbbstyles.com\r
- *\r
- *   version              : 2.3.1\r
- *\r
- *   file revision        : 72\r
- *   project revision     : 78\r
- *   last modified        : 05 Dec 2005  13:54:54\r
- *\r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *\r
- *   This program is free software; you can redistribute it and/or modify\r
- *   it under the terms of the GNU General Public License as published by\r
- *   the Free Software Foundation; either version 2 of the License, or\r
- *   (at your option) any later version.\r
- *\r
- ***************************************************************************/\r
-\r
-define('IN_PHPBB', 1);\r
-$phpbb_root_path = "./../";\r
-$no_page_header = true;\r
-require($phpbb_root_path . 'extension.inc');\r
-require('./pagestart.' . $phpEx);\r
-\r
-// check if mod is installed\r
-if(empty($template->xs_version) || $template->xs_version !== 8)\r
-{\r
-       message_die(GENERAL_ERROR, isset($lang['xs_error_not_installed']) ? $lang['xs_error_not_installed'] : 'eXtreme Styles mod is not installed. You forgot to upload includes/template.php');\r
-}\r
-\r
-define('IN_XS', true);\r
-include_once('xs_include.' . $phpEx);\r
-\r
-if(isset($HTTP_GET_VARS['showwarning']))\r
-{\r
-       $msg = str_replace('{URL}', append_sid('xs_index.'.$phpEx), $lang['xs_main_comment3']);\r
-       xs_message($lang['Information'], $msg);\r
-}\r
-\r
-$template->assign_vars(array(\r
-       'U_CONFIG'                              => append_sid('xs_config.'.$phpEx),\r
-       'U_DEFAULT_STYLE'               => append_sid('xs_styles.'.$phpEx),\r
-       'U_MANAGE_CACHE'                => append_sid('xs_cache.'.$phpEx),\r
-       'U_IMPORT_STYLES'               => append_sid('xs_import.'.$phpEx),\r
-       'U_EXPORT_STYLES'               => append_sid('xs_export.'.$phpEx),\r
-       'U_CLONE_STYLE'                 => append_sid('xs_clone.'.$phpEx),\r
-       'U_DOWNLOAD_STYLES'             => append_sid('xs_download.'.$phpEx),\r
-       'U_INSTALL_STYLES'              => append_sid('xs_install.'.$phpEx),\r
-       'U_UNINSTALL_STYLES'    => append_sid('xs_uninstall.'.$phpEx),\r
-       'U_EDIT_STYLES'                 => append_sid('xs_edit.'.$phpEx),\r
-       'U_EDIT_STYLES_DATA'    => append_sid('xs_edit_data.'.$phpEx),\r
-       'U_EXPORT_DATA'                 => append_sid('xs_export_data.'.$phpEx),\r
-       'U_UPDATES'                             => append_sid('xs_update.'.$phpEx),\r
-       ));\r
-\r
-$template->set_filenames(array('body' => XS_TPL_PATH . 'index.tpl'));\r
-$template->pparse('body');\r
-xs_exit();\r
-\r
-?>
\ No newline at end of file