mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
recode for 3.0
This commit is contained in:
@@ -45,6 +45,7 @@ class ConfigGeneration
|
||||
'APP_NAME' => $appName,
|
||||
'APP_URL' => $appUrl,
|
||||
'APP_CONFIG_URL' => $appConfigUrl,
|
||||
'APP_CONFIG_URL_DEV' => $appConfigUrlDev,
|
||||
'AUTHOR_URL' => $authorUrl,
|
||||
'UPDATE_PHP_URLS' => $updatePhpUrls,
|
||||
'AUTHOR_NAME' => $authorName,
|
||||
@@ -68,6 +69,7 @@ class ConfigApi
|
||||
public static \$APP_NAME = '{$appName}';
|
||||
public static \$APP_URL = '{$appUrl}';
|
||||
public static \$APP_CONFIG_URL = '{$appConfigUrl}';
|
||||
public static \$APP_CONFIG_URL_DEV = '{$appConfigUrlDev}';
|
||||
public static \$AUTHOR_URL = '{$authorUrl}';
|
||||
public static \$UPDATE_PHP_URLS = array('{$updatePhpUrls}');
|
||||
public static \$AUTHOR_NAME = '{$authorName}';
|
||||
|
||||
Reference in New Issue
Block a user