parent
7882d18017
commit
10a961d2a3
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* Read global variables (AlternC configuration) */
|
/* Read global variables (AlternC configuration) */
|
||||||
$L_VERSION="v. 1.1~dev20110501";
|
$L_VERSION="v. 1.1~rc1~20120826";
|
||||||
|
|
||||||
/* To ease the transition, we define a lookup table for old names */
|
/* To ease the transition, we define a lookup table for old names */
|
||||||
$compat = array('DEFAULT_MX' => 'MX',
|
$compat = array('DEFAULT_MX' => 'MX',
|
||||||
|
|
|
@ -309,7 +309,7 @@ class m_hta {
|
||||||
$err->log("hta","change_pass",$user."/".$dir);
|
$err->log("hta","change_pass",$user."/".$dir);
|
||||||
$absolute=$bro->convertabsolute($dir,0);
|
$absolute=$bro->convertabsolute($dir,0);
|
||||||
if (!file_exists($absolute)) {
|
if (!file_exists($absolute)) {
|
||||||
$err->raise("hta",printf(_"The folder '%s' does not exist"),$dir));
|
$err->raise("hta",printf(_("The folder '%s' does not exist"),$dir));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue