mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-21 23:12:06 +01:00
9 lines
105 B
PHP
Executable File
9 lines
105 B
PHP
Executable File
<?php
|
|
setcookie('try_login', 1, time()+30);
|
|
?>
|
|
<HTML>
|
|
<BODY>
|
|
<?php phpinfo() ?>
|
|
</BODY>
|
|
</HTML>
|