We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d750cd6 commit 747a85fCopy full SHA for 747a85f
Quick_ACG/src/RouterService.php
@@ -74,6 +74,13 @@ public function router(): void
74
case 'ds_return':
75
header('Location: ' . '/public', true);
76
break;
77
+
78
+ case 'eg001':
79
+ $_SESSION['API_TEXT'] = ManifestService::loadManifestData(ManifestService::getLinkToManifestFile('eSignature'));
80
+ $controller = '\Example\\' . $this->getController($page);
81
+ new $controller($page);
82
+ break;
83
84
default:
85
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED);
86
$_SESSION['API_TEXT'] = ManifestService::loadManifestData(ManifestService::getLinkToManifestFile('eSignature'));
0 commit comments