mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 12:54:31 +00:00
11 lines
193 B
PHP
11 lines
193 B
PHP
<?php
|
|
if (!defined('PHPWG_ROOT_PATH'))
|
|
{
|
|
die('Hacking attempt!');
|
|
}
|
|
|
|
function bratonien_tools_nc_wizard_save_technical_flow()
|
|
{
|
|
return bratonien_tools_nc_wizard_save_technical_generic();
|
|
}
|