mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Fix su function_exists
This commit is contained in:
parent
d1c18fecad
commit
c16050ec2d
@ -20,8 +20,8 @@
|
|||||||
include_once __DIR__.'/../../core.php';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
// Personalizzazioni di codice
|
// Personalizzazioni di codice
|
||||||
if (function_exists(custom)) {
|
if (function_exists('customComponents')) {
|
||||||
$custom = custom();
|
$custom = customComponents();
|
||||||
$tables = customTables();
|
$tables = customTables();
|
||||||
if (!empty($custom) || !empty($tables)) {
|
if (!empty($custom) || !empty($tables)) {
|
||||||
echo '
|
echo '
|
||||||
|
@ -136,7 +136,7 @@ function customDatabase()
|
|||||||
return $results;
|
return $results;
|
||||||
}
|
}
|
||||||
|
|
||||||
function custom()
|
function customComponents()
|
||||||
{
|
{
|
||||||
$database_check = customDatabase();
|
$database_check = customDatabase();
|
||||||
$structure_check = customStructure();
|
$structure_check = customStructure();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user