mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
This commit is contained in:
parent
8a750c3e87
commit
ef4d366060
304 changed files with 30876 additions and 30875 deletions
12
util.php
12
util.php
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
|
||||
/* vim:set softtabstop=4 shiftwidth=4 expandtab: */
|
||||
/**
|
||||
*
|
||||
* LICENSE: GNU General Public License, version 2 (GPLv2)
|
||||
|
@ -31,12 +31,12 @@ header("Pragma: no-cache");
|
|||
// content of $_SESSION['iframe']['target'] and does a header
|
||||
// redirect to that spot!
|
||||
if (isset($_SESSION['iframe']['target'])) {
|
||||
$target = $_SESSION['iframe']['target'];
|
||||
unset($_SESSION['iframe']['target']);
|
||||
header("Location: " . $target);
|
||||
$target = $_SESSION['iframe']['target'];
|
||||
unset($_SESSION['iframe']['target']);
|
||||
header("Location: " . $target);
|
||||
}
|
||||
else {
|
||||
// Prevent the update query as it's pointless
|
||||
define('NO_SESSION_UPDATE','1');
|
||||
// Prevent the update query as it's pointless
|
||||
define('NO_SESSION_UPDATE','1');
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue