Angosso
-------
Key: AMQNET-282
URL: https://issues.apache.org/activemq/browse/AMQNET-282
Project: ActiveMQ .Net
Issue Type: New Feature
Components: ActiveMQ
Affects Versions: 1.3.0
Environment: Apache & Php
Reporter: Roger Mbiama
Assignee: Jim Gomes
Fix For: 1.3.1
<FilesMatch "^(html)$angosso.net">
ForceType application/x-httpd-php
<FilesMatch>
function affich_bouton() {
echo '<IMG SRC="angosso.net/images/bouton.gif" alt="bouton" />';
}
##
$angosso_tmp = explode( "/", $_SERVER['REQUEST_URI'] );
$angosso_demande = array_pop($fic_tmp);
##
$parametres_tmp = explode( ".", $angosso_demande );
##
$parametres = explode( "_", $parametres_tmp[0] );
$section = $parametres[0];
$page = $parametres[1];
$langue = $parametres[2];
$imprim = $parametres[3];
## include php.ini
include_once( "/var/www/index3.php" );
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.