Project

General

Profile

Actions

Feature #7208

closed

Consolidate standard variables in include file

Added by Demian Biscocho about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Features
Target version:
Start date:
01/30/2019
Due date:
02/13/2019
% Done:

100%

Estimated time:

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.

Actions #1

Updated by Demian Biscocho about 5 years ago

  • Due date set to 02/13/2019
  • Start date changed from 02/13/2019 to 01/30/2019
Actions #2

Updated by Thom Bernarth Patacsil almost 5 years ago

  • Assignee changed from Alexander Jim Abenoja to Thom Bernarth Patacsil
Actions #3

Updated by Thom Bernarth Patacsil almost 5 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Thom Bernarth Patacsil almost 5 years ago

  • % Done changed from 0 to 20
Actions #5

Updated by Thom Bernarth Patacsil almost 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.

Actions #6

Updated by Demian Biscocho over 4 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.

Actions #7

Updated by Thom Bernarth Patacsil over 4 years ago

  • Status changed from In Progress to Feedback
  • % Done changed from 90 to 100

Removed standard variables in every file.

Actions #8

Updated by Wittie Manansala over 4 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Go to top