Use configured resolution for login/outgame/ingame
[ryzomcore.git] / nelns / admin / public_html / disp_vars.php
blobfd4d777fe8d8f31328861919c7ab7db1155d33c0
1 <?php
2 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
3 // Copyright (C) 2010 Winch Gate Property Limited
4 //
5 // This program is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU Affero General Public License as
7 // published by the Free Software Foundation, either version 3 of the
8 // License, or (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Affero General Public License for more details.
15 // You should have received a copy of the GNU Affero General Public License
16 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 echo "<html><head><title>Ta mère en slibard</title></head><body>\n";
20 echo "GLOBALS[] = <br>\n";
21 echo "<pre>";
22 print_r($GLOBALS);
23 echo "</pre>\n";
25 echo "</body></html>\n";