|
@@ -8,7 +8,7 @@ namespace loyalsoft;
|
|
* @author gwang email:mail@wanggangzero.cn
|
|
* @author gwang email:mail@wanggangzero.cn
|
|
* @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
|
|
* @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
|
|
*/
|
|
*/
|
|
-class config_dev extends config {
|
|
|
|
|
|
+class config_tap extends config {
|
|
|
|
|
|
function _InitTester() {
|
|
function _InitTester() {
|
|
$this->testerArr = array(
|
|
$this->testerArr = array(
|
|
@@ -55,4 +55,4 @@ class config_dev extends config {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-return new config_dev();
|
|
|
|
|
|
+return new config_tap();
|