Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. echo "<a href='".$base_url."/qst/d/".$row['id']."' class='btn linkcolor'>DENY</a>";
  2.  
  3. public function _remap($method, $params = array()) {
  4. if ($method == 'd') {
  5. $this->deny();
  6. }
  7. }
  8. public function deny($id){
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement