This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Commit bfb6f22 1 parent 52224aa commit bfb6f22 Copy full SHA for bfb6f22
File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" credit" >
2
+ <hr class =" separator" />
3
+ This software has been brought to you by
4
+ { php}
5
+ $bullshit = array(
6
+ '<a href =" http://massivescale.net/" >Massive Scale - fast, scalable web applications</a >',
7
+ '<a href =" http://massivescale.net/site-boost.html" >Massive Scale - make your web page faster</a >',
8
+ '<a href =" http://massivescale.net/site-boost-joomla.html" >Massive Scale - make Joomla run faster</a >',
9
+ '<a href =" http://massivescale.net/debugging.html" >Massive Scale - let us help you debug your applications</a >',
10
+ );
11
+ echo $bullshit[array_rand($bullshit)];
12
+ { /php}
13
+ <hr class =" separator" />
14
+ Documentation generated on { $date } by <a href =" { $phpdocwebsite } " >phpDocumentor { $phpdocversion } </a >
15
+ </div >
16
+ </td ></tr ></table >
17
+ </td >
18
+ </tr >
19
+ </table >
20
+
21
+ </body >
22
+ </html >
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ cd /home/gdr/celery-php
4
+ git pull
5
+
6
+ phpdoc -o HTML:Smarty:HandS -f /home/gdr/celery-php/celery.php -t /srv/celery-php-doc --sourcecode on
You can’t perform that action at this time.
0 commit comments