If I were to execute
in phpmyadmin and alter the file '/include/Webservices/AuthToken.php' (the vtws_getchallenge function), this would basically be the same as executing the diff right?
Wait, I see. The query adds a parameter to the getchallenge function. How cool, never knew you could use a query within a query.
I have a VPS that runs ubuntu server to play with and learn bash like commands, but no time to actually get to it..
PHP Code:
INSERT INTO `vtiger_ws_operation_parameters`(`operationid`, `name`, `type`, `sequence`) VALUES ((SELECT `operationid` FROM `vtiger_ws_operation` WHERE `name`='getchallenge'),'exptime','string',2)
in phpmyadmin and alter the file '/include/Webservices/AuthToken.php' (the vtws_getchallenge function), this would basically be the same as executing the diff right?
Wait, I see. The query adds a parameter to the getchallenge function. How cool, never knew you could use a query within a query.
I have a VPS that runs ubuntu server to play with and learn bash like commands, but no time to actually get to it..