✏️ 正在编辑: install-1.3.5.php
路径:
/home/bpioifn/www/pigmentse/modules/wkinventory/upgrade/install-1.3.5.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * NOTICE OF LICENSE * * This file is part of the 'WK Inventory' module feature. * Developped by Khoufi Wissem (2017). * You are not allowed to use it on several site * You are not allowed to sell or redistribute this module * This header must not be removed * * @author KHOUFI Wissem - K.W * @copyright Khoufi Wissem * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ function upgrade_module_1_3_5($module) { Configuration::updateValue('WKINVENTORY_GEN_EAN', 1); Configuration::updateValue('WKINVENTORY_GEN_UPC', 1); Configuration::updateValue('WKINVENTORY_PREFIX_CODE', 400); $module->registerHook('actionProductUpdate'); $module->registerHook('actionProductSave'); /* Uninstall tabs */ $module->uninstallTabs(); // Create new tabs $module->installTabs(); // All went well! return true; }
💾 保存文件
← 返回文件管理器