[
https://issues.apache.org/activemq/browse/AMQNET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Mbiama updated AMQNET-283:
--------------------------------
Original Estimate: 3 weeks (was: 1 hour)
Remaining Estimate: 3 weeks (was: 1 hour)
Description:
<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( "/", $ANGOSSO.NET_SERVER['REQUEST_URI'] );
$angosso_demande = array_pop($angosso_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" );
was:
<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" );
> CLONE -Angosso
> --------------
>
> Key: AMQNET-283
> URL: https://issues.apache.org/activemq/browse/AMQNET-283
> 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
>
> Original Estimate: 3 weeks
> Remaining Estimate: 3 weeks
>
> <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( "/", $ANGOSSO.NET_SERVER['REQUEST_URI'] );
> $angosso_demande = array_pop($angosso_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.