1
0
Fork 0
Dieser Commit ist enthalten in:
Ortwin Pinke 2025-06-26 20:01:18 +02:00
Ursprung 2e8a56d679
Commit bdd28a6203
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -22,4 +22,3 @@ return array(
'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php',
'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php'
);
?>

Datei anzeigen

@ -1,4 +1,5 @@
<?php
global $load_client;
/**
* This file is the config file for this plugin
*
@ -34,4 +35,3 @@ try {
} catch (Exception $e) {
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
}
?>