typo
This commit is contained in:
parent
aa9c8c2097
commit
3f7646bc8b
@ -226,7 +226,7 @@ class Page {
|
||||
break;
|
||||
case "redirect":
|
||||
header('Location: '.$this->redirect);
|
||||
print 'You should be redirected to <a href="'.$this->redirect'">'.$this->redirect.'</a>';
|
||||
print 'You should be redirected to <a href="'.$this->redirect.'">'.$this->redirect.'</a>';
|
||||
break;
|
||||
default:
|
||||
print "Invalid page mode";
|
||||
|
Loading…
x
Reference in New Issue
Block a user