File "repertoire.php"
Full Path: /home/analogde/www/copy/repertoire.php
File size: 285 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$rep = dirname($_SERVER["PHP_SELF"]);
echo $rep;
echo '<br>';
$basedir = "Users/pistache";
//$chemin = $rep ."/" .$basedir .$wdir .$file;
//echo $chemin;
//$path = "/WORKAREA/WEBSITE/" .$element ."/" .$basedir .$wdir .$file;
$path = $rep ."/" .$basedir ;
echo $path;
?>