mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-10 08:36:48 +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>
|