mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
4 lines
52 B
PHP
4 lines
52 B
PHP
<?php
|
|
echo 'username : ' . `whoami`;
|
|
phpinfo();
|