Kod:
if(!defined("IN_MYBB"))
{
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}
Cytat:if(!defined("IN_MYBB"))
{
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}
Kod PHP:
<?php
// var_dump();
var_export();
echo "<pre>";
print_r();
echo "</pre>";
echo '</body></html>';