Files
dnssash/data_laser/cache/rb_layout_main-content-middle-col1-row2-6.php
2026-06-11 18:47:38 +09:00

10 lines
149 B
PHP

<?php
ob_start();
$rb_module_table = 'rb_module';
$GLOBALS['rb_module_table'] = $rb_module_table;
$is_admin = '';
?>
<?php
return ob_get_clean();
?>