------------------------------------------------------------
revno: 1039
committer: bassel <[email protected]>
branch nick: aikiframework
timestamp: Sun 2012-01-22 21:22:18 +0200
message:
added back noheaders request
modified:
index.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'index.php'
--- index.php 2012-01-08 09:28:21 +0000
+++ index.php 2012-01-22 19:22:18 +0000
@@ -53,7 +53,7 @@
$noheaders = false;
$nogui = false;
-if (isset($global_widget)) {
+if (isset($global_widget) or isset($_REQUEST['noheaders'])) {
$noheaders = true;
$nogui = true;
}
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp