Changes between Initial Version and Version 1 of Ticket #467, comment 1


Ignore:
Timestamp:
Apr 24, 2015, 9:56:40 AM (11 years ago)
Author:
Torsten Riemer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #467, comment 1

    initial v1  
    33Code für auto_include.inc
    44
     5{{{
    56    if((substr($dir, strlen($dir)-1 )=="/") !|| (substr($dir, strlen($dir)-1 )=="\\")){
    67            $dir=substr($dir, 0,strlen($dir)-1);
     
    2122    }
    2223    return $files;
     24}}}