|
Server IP : 10.111.40.2 / Your IP : 216.73.216.60 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : comimage ( 973271) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/arti/css/../../kerromes.com/js/../../../c/../comimage/mailcemm/arch/bin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#!/bin/sh TITLE="Roundcube Webmail" PACKAGES="Webmail" INSTALL_PATH="`dirname $0`/.." PATH_PROJECT=$INSTALL_PATH/program/include PATH_FRAMEWORK=$INSTALL_PATH/program/lib/Roundcube PATH_DOCS=$INSTALL_PATH/doc/phpdoc BIN_PHPDOC="`/usr/bin/which phpdoc`" if [ ! -x "$BIN_PHPDOC" ] then echo "phpdoc not found: $BIN_PHPDOC" exit 1 fi OUTPUTFORMAT=HTML TEMPLATE=responsive-twig # make documentation $BIN_PHPDOC -d $PATH_PROJECT,$PATH_FRAMEWORK -t $PATH_DOCS --title "$TITLE" --defaultpackagename $PACKAGES \ --template=$TEMPLATE
