Plugin Directory

Changeset 577268


Ignore:
Timestamp:
07/25/2012 04:50:24 PM (14 years ago)
Author:
6WWW
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpcb/trunk/index.php

    r577023 r577268  
    993993        if ($wpcb_dev['mode_debugatos']){
    994994            //Va afficher sur la page ou se trouve le shortcode les parametres.
    995             $parm_pretty=str_replace(' ','<br/>',$parm);echo '<p>You see this because you are in debug mode :</p><pre>'.$parm_pretty.'</pre><p>End of debug mode</p>';
     995            $parm_pretty=str_replace(' ','<br/>',$parm);
     996            echo '<p>You see this because you are in debug mode :</p><pre>'.$parm_pretty.'<br/>path_bin_request='.$path_bin_request.'</pre>';
     997            echo'<p>End of debug mode</p>';
    996998        }
    997999        $result=exec("$path_bin_request $parm");
Note: See TracChangeset for help on using the changeset viewer.