Guest User

Untitled

a guest
Mar 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(substr($targetPage, -1) === '/')
  2. {
  3. $targetPage .= 'index.html';
  4. }
  5. elseif($targetPage === '')
  6. {
  7. $targetPage = '/index.html';
  8. }
Add Comment
Please, Sign In to add comment