punbb/help.php
changeset 2 a8a21e1c7afa
parent 0 f9ffdbd96607
child 3 c0c445d4a13e
equal deleted inserted replaced
1:8f6143115bf5 2:a8a21e1c7afa
    24 
    24 
    25 
    25 
    26 // Tell header.php to use the help template
    26 // Tell header.php to use the help template
    27 define('PUN_HELP', 1);
    27 define('PUN_HELP', 1);
    28 
    28 
    29 define('PUN_ROOT', './');
    29 //define('PUN_ROOT', './');
    30 require PUN_ROOT.'include/common.php';
    30 //require PUN_ROOT.'include/common.php';
       
    31 
       
    32 global $pun_db, $pun_user, $pun_config, $lang_common;
       
    33 
    31 
    34 
    32 
    35 
    33 if ($pun_user['g_read_board'] == '0')
    36 if ($pun_user['g_read_board'] == '0')
    34 	message($lang_common['No view']);
    37 	message($lang_common['No view']);
    35 
    38