]> Creatis software - creaWT.git/blob - wt/data/infoConf_server_fcgi/bbiWeb.php
#Fast CGI configuration
[creaWT.git] / wt / data / infoConf_server_fcgi / bbiWeb.php
1 <?php
2  $fileNameId=uniqid('bbiWeb_').'.wt';
3  $last_line = system('ln -s bbiWeb.wt '.$fileNameId, $retval);
4  header('Location: '.$fileNameId);
5  exit;
6 ?> 
7 ;