コード例 #1
0
ファイル: cases_Step.php プロジェクト: hpx2206/processmaker-1
<?php
require_once 'classes/model/AppDelegation.php';
$delegation = new AppDelegation();
if( $delegation->alreadyRouted($_SESSION['APPLICATION'],$_SESSION['INDEX']) ) {
    G::header('location: ../cases/casesListExtJs');
    die();
}

if (!isset($_SESSION['USER_LOGGED'])) {
      G::SendTemporalMessage( 'ID_LOGIN_AGAIN', 'warning', 'labels' );
      die( '<script type="text/javascript">
                try
                  {
                     prnt = parent.parent;
                     top.location = top.location;
                  }
                catch (err)
                  {
                     parent.location = parent.location;
                  }
            </script>');
}
/**
 * cases_Step.php
 *
 * ProcessMaker Open Source Edition
 * Copyright (C) 2004 - 2008 Colosa Inc.23
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the