root/trunk/midgard/tools/midrepository/staging.php

Revision 7101, 225 bytes (checked in by bergius, 5 years ago)

Initial commit of the MidRepository? workflow extension
Issue number:
Obtained from:
Submitted by:
Reviewed by:

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?php
2
3 require_once ("lib/vcconfig.php");
4
5 $GLOBALS['VCSessionConf'] = & $GLOBALS['VCSConf']['HEAD'];
6
7 //global $StagingVCSessionConf;
8 //print_r($StagingVCSessionConf);
9 //global $VCSessionConf;
10 //print_r($VCSessionConf);
11
12
13 ?>
Note: See TracBrowser for help on using the browser.