Feature #7208
closed
Consolidate standard variables in include file
Added by Demian Biscocho about 6 years ago.
Updated over 5 years ago.
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.
- Due date set to 02/13/2019
- Start date changed from 02/13/2019 to 01/30/2019
- Assignee changed from Alexander Jim Abenoja to Thom Bernarth Patacsil
- Status changed from New to In Progress
- % Done changed from 0 to 20
- % 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.
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.
- Status changed from In Progress to Feedback
- % Done changed from 90 to 100
Removed standard variables in every file.
- Status changed from Feedback to Closed
Also available in: Atom
PDF
Go to top