mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
6 lines
43 B
PHP
6 lines
43 B
PHP
<?php
|
|
if ($something){
|
|
phpinfo();
|
|
}
|
|
?>
|