mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Fixed deleting of styles in admin_styles.php
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4930 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b027ef385d
commit
80dd1d108e
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ $no_page_header = (!empty($HTTP_POST_VARS['send_file']) || $cancel) ? TRUE : FAL
|
||||||
|
|
||||||
require('./pagestart.' . $phpEx);
|
require('./pagestart.' . $phpEx);
|
||||||
|
|
||||||
|
$confirm = ( isset($HTTP_POST_VARS['confirm']) ) ? TRUE : FALSE;
|
||||||
|
$cancel = ( isset($HTTP_POST_VARS['cancel']) ) ? TRUE : FALSE;
|
||||||
|
|
||||||
if ($cancel)
|
if ($cancel)
|
||||||
{
|
{
|
||||||
redirect('admin/' . append_sid("admin_styles.$phpEx", true));
|
redirect('admin/' . append_sid("admin_styles.$phpEx", true));
|
||||||
|
|
Loading…
Add table
Reference in a new issue