/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/request.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-30 01:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081030012740-svt0yigxj5uzwxyj
Few steps on source tree integration in javascript frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
        throw new ADEIException(translate("Invalid server identificator is supplied: \"%s\"", $srvid));
430
430
    }
431
431
 }
 
432
 
 
433
 function IsVirtual() {
 
434
    if ($this->srv['virtual']) return true;
 
435
    return false;
 
436
 }
432
437
 
433
438
 function GetServerInfo($flags = 0) {
434
439
    if ($flags&REQUEST::NEED_INFO) {