Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. +blog
  2. -index.php //Index 2
  3. + views
  4. -index.php // Index 3
  5. -article.php
  6. -index.php // Index 1
  7. +partials
  8. -constants.php
  9. -top.php
  10.  
  11. <?php require_once("./partials/constants.php"); ?>
  12. <?php require_once("./partials/top.php"); ?>
  13.  
  14. <?php require_once("../partials/constants.php"); ?>
  15. <?php require_once("../partials/top.php"); ?>
  16.  
  17. <?php require_once(".../partials/constants.php"); ?>
  18. <?php require_once(".../partials/top.php"); ?>
  19.  
  20. <body><br>
  21. <b>Warning</b>: require_once(.../partials/constants.php): failed to open stream: No such file or directory in <b>/home/codio/workspace/blog/views/index.php</b> on line <b>1</b><br>
  22. <br>
  23. <b>Fatal error</b>: require_once(): Failed opening required '.../partials/constants.php' (include_path='.:/home/codio/.parts/packages/php5-apache2/5.5.15/lib/php') in <b>/home/codio/workspace/blog/views/index.php</b> on line <b>1</b><br>
  24. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement