Notifications
Clear all
Topic starter
With this you can start execute any Osclass functions or methods via console in case you can't doing via browser:
php -r "require_once 'oc-load.php'";
Example execution: Uninstall a plugin
$ cd /var/www/html/osclass/
$ sudo php -r "require_once 'oc-load.php'; Plugins::uninstall('my_plugin/index.php');"
It was useful for me once.
Posted : 19/12/2019 2:26 am
Thanks for share it.
Posted : 19/12/2019 1:41 pm
Thanks
Posted : 20/12/2019 5:53 am