... board system: <?php // Define constants for user rights define(“CREATE_POST”, 1); define(“EDIT_POST”, 2); define(“DELETE_POST”, 4); define(“MODERATE”, 8); ...
確定! 回上一頁