mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Aggiunte immagini per stampa ordine
This commit is contained in:
1
core.php
1
core.php
@@ -31,6 +31,7 @@ foreach ($namespaces as $path => $namespace) {
|
||||
}
|
||||
|
||||
// Inclusione dei file modutil.php
|
||||
// TODO: sostituire * con lista module dir {aggiornamenti,anagrafiche,articoli}
|
||||
$files = glob(__DIR__.'/{modules,plugins}/*/modutil.php', GLOB_BRACE);
|
||||
$custom_files = glob(__DIR__.'/{modules,plugins}/*/custom/modutil.php', GLOB_BRACE);
|
||||
foreach ($custom_files as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user