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