Skip to content
  • Ryan Wade's avatar
    Bug fix: fixed problem with infinite redirect when admin.php?id=-2 was called.... · 8da504bb
    Ryan Wade authored
    Bug fix: fixed problem with infinite redirect when admin.php?id=-2 was called.  because the admin requires authentication, the page would continuously redirect even though it was the login screen.  only index.php?id=-2 is supposed to be used so this was changed in the link definitions.  admin.php?id=-2 now also redirects to index.php?id=-2 which ends the look.
    
    The fix was to add ./ infront of ?id=-2 to make ./?id=-2 as just putting ?id=-2 performs a get request on the current file
    8da504bb