6 lines
42 B
PHP
Executable File
6 lines
42 B
PHP
Executable File
<?php
|
|
if($content)
|
|
{
|
|
echo $content;
|
|
}
|