|
@@ -1,6 +1,5 @@
|
|
|
<?php
|
|
|
return array(
|
|
|
- '10001' => 'The two values are different',
|
|
|
'100000' => 'Parameter error',
|
|
|
'100001' => 'No resource file set',
|
|
|
'100002' => 'No title set',
|
|
@@ -13,4 +12,5 @@ return array(
|
|
|
'100009' => 'Verification code error',
|
|
|
'100010' => 'Log format is error: %s ',
|
|
|
'100011' => 'File is too big',
|
|
|
+ '100012' => 'The two values are different',
|
|
|
);
|