Guest User

Untitled

a guest
Feb 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. require_once("initcontrols/config.php");
  2.  
  3. <div>
  4. <?php
  5. $file = "initcontrols/header_myworks.php";
  6. include_once($file);
  7. echo $plHeader;?>
  8. </div>
  9.  
  10. <?php
  11. $ds = DIRECTORY_SEPARATOR;
  12. $base_dir = realpath(dirname(__FILE__) . $ds . '..') . $ds;
  13. require_once("{$base_dir}initcontrols{$ds}config.php");
  14. ?>
  15. <div>
  16. <?php
  17. $file = "{$base_dir}initcontrols{$ds}header_myworks.php";
  18. include_once($file);
  19. echo $plHeader;?>
  20. </div>
  21.  
  22. C:xamppphpPEARinitcontrolsheader_myworks.php
  23.  
  24. $config['rewrite_short_tags'] = FALSE;
  25.  
  26. require_once(__DIR__."/initcontrols/config.php");
Add Comment
Please, Sign In to add comment