Help for this page

Select Code to Download


  1. or download this
    substr($files[$i],0,length($conf{rootdir})+1,'');
    
  2. or download this
    substr($files[$i],0,length($conf{rootdir})+1) = '';
    
  3. or download this
    $files[$i] = substr($files[$i],length($conf{rootdir}));