Change infos for names

This commit is contained in:
Beu
2019-10-23 16:16:21 +02:00
parent 4e1a4ce167
commit f27d42a92a
2 changed files with 6 additions and 6 deletions

View File

@ -93,13 +93,13 @@
{
if (stristr($_SERVER["HTTP_USER_AGENT"], 'curl') or stristr($_SERVER["HTTP_USER_AGENT"], 'Wget'))
{
print("To upload file, use # curl --upload-file my_file " . _HTTP_PROTO . '://' . _HTTP_DOMAIN . _HTTP_PATH . "index.php\n");
print("To upload file, use # curl --upload-file my_file " . _HTTP_PROTO . '://' . _HTTP_DOMAIN . _HTTP_PATH . "index.php?name=my_file\n");
}
else
{
include("front.php" );
}
}
}
}
?>