This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
31
Activity
Browse Source
Update common.func.php
pull/68/head
叙述、别离
1 month ago
parent
feb6d9aa35
commit
2de8c1f007
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/system/common.func.php
+ 1
- 0
src/system/common.func.php
View File
@@ -785,6 +785,7 @@ function ConvertMysqlToSqlite($mysqlQuery) {
$query = str_ireplace('rand', 'RANDOM', $query);
return trim($query);
}
//会员和插件引入默认主题模板
function ThemeInclude($path)
{
global $cfg_basedir, $cfg_templets_dir, $cfg_df_style;
Write
Preview
Loading…
Cancel
Save