|
|
|
@ -101,8 +101,9 @@ function base64($url){
@@ -101,8 +101,9 @@ function base64($url){
|
|
|
|
|
$host = $urls['host']; |
|
|
|
|
//获取端口 |
|
|
|
|
$port = empty( $urls['port'] ) ? '' : ':'.$urls['port']; |
|
|
|
|
$dir = dirname($_SERVER['PHP_SELF']); |
|
|
|
|
|
|
|
|
|
$new_url = $scheme.$host.$port; |
|
|
|
|
$new_url = $scheme.$host.$port.$dir; |
|
|
|
|
return base64_encode($new_url); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -119,4 +120,4 @@ else{
@@ -119,4 +120,4 @@ else{
|
|
|
|
|
|
|
|
|
|
// 载入前台首页模板 |
|
|
|
|
require('templates/'.TEMPLATE.'/index.php'); |
|
|
|
|
?> |
|
|
|
|
?> |
|
|
|
|