Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
204117ff
Commit
204117ff
authored
Jul 22, 2006
by
Camille Lafitte
Browse files
suppresion d'un controle de debug dans dir_local
parent
a462fdbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/functions.php
View file @
204117ff
...
...
@@ -386,9 +386,6 @@ function duration_list($name, $selected=0) {
function
dir_local
(
$file
)
{
//recherche la chaine commenant aprs ../ ou / ceci n fois
preg_match
(
'`^(/|../)*(.*)`'
,
$file
,
$res
);
echo
$file
.
"<br/>"
;
print_r
(
$res
);
echo
"<br/>"
;
if
(
$res
)
{
return
$res
[
2
];
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment