Welcome Guest, Not a member yet? Register   Sign In
Hide functions for public
#2

[eluser]Eric Barnes[/eluser]
Why not just change it to something like:
Code:
function properties($id = '')
{
  if ( ! is_numeric($id))
  {
    show_404();
  }


Messages In This Thread
Hide functions for public - by El Forum - 07-22-2011, 05:04 AM
Hide functions for public - by El Forum - 07-22-2011, 09:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB