1
0

before430.inc.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // -------------------------------------------------------------------------------
  3. // | net2ftp: a web based FTP client |
  4. // | Copyright (c) 2003-2013 by David Gartner |
  5. // | |
  6. // | This program is free software; you can redistribute it and/or |
  7. // | modify it under the terms of the GNU General Public License |
  8. // | as published by the Free Software Foundation; either version 2 |
  9. // | of the License, or (at your option) any later version. |
  10. // | |
  11. // -------------------------------------------------------------------------------
  12. // **************************************************************************************
  13. // **************************************************************************************
  14. // ** **
  15. // ** **
  16. function debug_backtrace() {
  17. // --------------
  18. // This function is defined when the PHP version is < 4.3.0
  19. // --------------
  20. return "There is no backtrace information available, because this websites runs an older version of PHP (before 4.3.0).";
  21. } // end function debug_backtrace
  22. // ** **
  23. // ** **
  24. // **************************************************************************************
  25. // **************************************************************************************
  26. ?>