// Prep the current page - no funny business!
$this->cur_page = preg_replace("/[a-z\-]/", "", $this->cur_page);

became

// Prep the current page - no funny business!
$this->cur_page = (int) $this->cur_page;
1 file changed
tree: c2e07a5d068a4153d55ba6328b8d2a31189a8921
  1. index.php
  2. license.txt
  3. system/
  4. user_guide/