Feature #7208
closedConsolidate standard variables in include file
100%
Description
Alex,
Ilagay na lang natin yung mga standard variables sa isang include file.
$log_user = $session_user; $log_group = go_get_groupid($session_user, $astDB); $log_ip = $astDB->escape($_REQUEST['log_ip']); $goUser = $astDB->escape($_REQUEST['goUser']); $goPass = (isset($_REQUEST['log_pass']) ? $astDB->escape($_REQUEST['log_pass']) : $astDB->escape($_REQUEST['goPass']));
Para mas malinis and yung mga variables na naka-declare na lang is specific to the goAPIs function.
Updated by Demian Biscocho over 5 years ago
- Due date set to 02/13/2019
- Start date changed from 02/13/2019 to 01/30/2019
Updated by Thom Bernarth Patacsil about 5 years ago
- Assignee changed from Alexander Jim Abenoja to Thom Bernarth Patacsil
Updated by Thom Bernarth Patacsil about 5 years ago
- Status changed from New to In Progress
Updated by Thom Bernarth Patacsil about 5 years ago
- % Done changed from 20 to 90
Done Including Standard Variables on
-goCallRecordings
-goCalltimes
-goCampaigns
-goCarriers
-goDashboard
-goDialStatus
-goDispositions
-goFilters
-goGetLeads
-goHotkeys
-goLists
-goMusicOnHold
-goPauseCodes
-goPhones
-goServers
-goUserGroups
-goUsers
Pending
-goInbound
-goLeadRecycling
-goReports
-goScripts
Not yet uploaded to git repo.
Update is Available on the CS server.
Updated by Demian Biscocho about 5 years ago
Thom,
I just realized that we can include the standard variables in goAPI/goAPI.php (instead of creating a dedicated PHP file for them).
I have tested this already and pushed the changes in our Github repo.
Updated by Thom Bernarth Patacsil about 5 years ago
- Status changed from In Progress to Feedback
- % Done changed from 90 to 100
Removed standard variables in every file.
Updated by Wittie Manansala about 5 years ago
- Status changed from Feedback to Closed