Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <job name="job_execphp">
    <script language="shell">
        <![CDATA[
 #!/usr/bin/php
 <?php
 phpinfo();
 ?>
         ]]>
     </script>
     <run_time/>
 </job>

see also: