Advertisement
fandilp

index

Feb 11th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. try {
  3. require_once 'includes/session.php';
  4. }
  5. catch(Exception $error) {
  6. echo $error->getMessage();
  7. }
  8. require_once('themes/page.php');
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement