mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
remove old editprofile hack
This commit is contained in:
parent
e1b2e62262
commit
c7d7f63e8f
@ -2,7 +2,6 @@
|
|||||||
require 'lib/function.php';
|
require 'lib/function.php';
|
||||||
require 'lib/layout.php';
|
require 'lib/layout.php';
|
||||||
if(!$log) errorpage('You must be logged in to edit your profile.');
|
if(!$log) errorpage('You must be logged in to edit your profile.');
|
||||||
if($_GET['lol'] || ($loguserid == 1420)) errorpage('<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%;"><object width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/lSNeL0QYfqo&hl=en_US&fs=1&color1=0x2b405b&color2=0x6b8ab6&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lSNeL0QYfqo&hl=en_US&fs=1&color1=0x2b405b&color2=0x6b8ab6&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="100%" height="100%"></embed></object></div>');
|
|
||||||
if($banned) errorpage('Sorry, but banned users aren\'t allowed to edit their profile.');
|
if($banned) errorpage('Sorry, but banned users aren\'t allowed to edit their profile.');
|
||||||
if($loguser['profile_locked'] == 1) {
|
if($loguser['profile_locked'] == 1) {
|
||||||
errorpage("You are not allowed to edit your profile.");
|
errorpage("You are not allowed to edit your profile.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user