Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. }
  2. else
  3. {
  4. $_SESSION['message'] = '' ._ERRUPLOAD. '';
  5. }
  6. }
  7.  
  8. header("location:../../gallery.php");
  9. }
  10. else
  11. {
  12. $_SESSION['message'] .= '' ._ERRUPLOAD. '';
  13. header("location:../../index.php");
  14. }
  15. }
  16. else
  17. {
  18. $_SESSION['message'] .= '' ._ERRUPLOAD. '';
  19. header("location:../../index.php");
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement