You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2010/09/13 21:35:43 UTC

[jira] Updated: (AMQ-2909) Angosso

     [ https://issues.apache.org/activemq/browse/AMQ-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQ-2909:
---------------------------

    Assignee:     (was: Jim Gomes)

> Angosso
> -------
>
>                 Key: AMQ-2909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2909
>             Project: ActiveMQ
>          Issue Type: New Feature
>         Environment: Apache & Php
>            Reporter: Roger Mbiama
>             Fix For: NEEDS_REVIEWED
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> <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.