]> Creatis software - creaWT.git/blobdiff - wt/data/infoConf_server_fcgi/bbiWeb.php
#Fast CGI configuration
[creaWT.git] / wt / data / infoConf_server_fcgi / bbiWeb.php
diff --git a/wt/data/infoConf_server_fcgi/bbiWeb.php b/wt/data/infoConf_server_fcgi/bbiWeb.php
new file mode 100644 (file)
index 0000000..23c7f39
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+ $fileNameId=uniqid('bbiWeb_').'.wt';
+ $last_line = system('ln -s bbiWeb.wt '.$fileNameId, $retval);
+ header('Location: '.$fileNameId);
+ exit;
+?> 
+;