mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
fix some language issues
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
/**
|
||||
* \file dev/examples/create_user.php
|
||||
* \brief This file is an example for a command line script
|
||||
* \author Put author name here
|
||||
* \author Put author's name here
|
||||
* \remarks Put here some comments
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ $path=dirname(__FILE__).'/';
|
||||
|
||||
// Test if batch mode
|
||||
if (substr($sapi_type, 0, 3) == 'cgi') {
|
||||
echo "Error: You ar usingr PH for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
|
||||
echo "Error: You are using PHP for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user