Changeset 577268
- Timestamp:
- 07/25/2012 04:50:24 PM (14 years ago)
- File:
-
- 1 edited
-
wpcb/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcb/trunk/index.php
r577023 r577268 993 993 if ($wpcb_dev['mode_debugatos']){ 994 994 //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>'; 996 998 } 997 999 $result=exec("$path_bin_request $parm");
Note: See TracChangeset
for help on using the changeset viewer.