blob: 82b8f7e5da96a405f1b5661113b1c834171e06f1 [file] [log] [blame]
gobrienda265d32008-01-24 01:08:14 +00001<?php
2/*******************************************************************************
3 * Copyright (c) 2007 Eclipse Foundation and others.
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * which accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Paul Colton (Aptana)- initial API and implementation
11 * Eclipse Foundation
12*******************************************************************************/
13
14require_once("cb_global.php");
15
atoulme3e5e9342009-01-23 17:34:30 +000016$_SESSION['file'] = getHTTPParameter("file", "POST");
gobrienda265d32008-01-24 01:08:14 +000017
gobrienda3a4502008-01-28 23:43:26 +000018//print_r($_SESSION);
gobrienda265d32008-01-24 01:08:14 +000019
20?>