Changeset 2776
- Timestamp:
- 09/22/10 21:43:23 (3 years ago)
- Location:
- alternc-philesight/trunk/var/alternc/bureau
- Files:
-
- 2 edited
-
admin/philesight_view.php (modified) (1 diff)
-
class/philesight.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc-philesight/trunk/var/alternc/bureau/admin/philesight_view.php
r2775 r2776 35 35 exit; 36 36 } 37 38 include("head.php"); 39 37 40 ?> 38 < html>41 </head> 39 42 <body> 40 43 -
alternc-philesight/trunk/var/alternc/bureau/class/philesight.php
r2775 r2776 93 93 94 94 public function find_path($path_parent = "/",$coordinates) { 95 $path = $this->run("--db ".$this->path_db." --path ".$path_parent." --find ".$coordinates); 96 return $path; 95 return $this->run("--db ".$this->path_db." --path ".$path_parent." --find ".$coordinates); 97 96 } 98 97 }
Note: See TracChangeset
for help on using the changeset viewer.
