mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-23 19:32:33 +00:00
数据库备份
This commit is contained in:
parent
73f6d44467
commit
2580afd966
@ -15,7 +15,7 @@
|
||||
<script>
|
||||
$eb = parent._mpApi;
|
||||
// if(!$eb) top.location.reload();
|
||||
window.controlle="<?php echo think\Request::instance()->url();?>";
|
||||
window.controlle="<?php echo strtolower(trim(preg_replace("/[A-Z]/", "_\\0", think\Request::instance()->controller()), "_"));?>";
|
||||
window.module="<?php echo think\Request::instance()->module();?>";
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user