Example #1
1
function page_main()
{
    topform();
    $txt = show_source(__FILE__);
    tableit($txt);
    echo '<hr> Debug Script <hr>';
    show_source(__FILE__);
    phpinfo();
    return 1;
}
Example #2
0
function page_main()
{
    global $abttxt;
    topform('none', 'none', ' ');
    tableit($abttxt);
    return 1;
}