Search

You can find the results of your search below.

famp @computers:truenas
6 Hits, Last modified:
<code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"${LAN_IP:?} ${DOMAIN_NAME:?} ${DOMAIN_NAME%%.... <code> jexec "ioc-${JAIL_NAME:?}" /bin/sh -c \ "echo \"ServerName ${DOMAIN_NAME:?}\" >> /usr/local/etc... dom root password for the database server. <code> echo "M${RANDOM}y${RANDOM}S${RANDOM}Q${RANDOM}L" </co... e same details. 2. Create the user login. <code> echo "CREATE USER '${DB_USER:?}'@'localhost' IDENTIFIE
syntax @wiki
2 Hits, Last modified:
like this: <code> <file php myexample.php> <?php echo "hello world!"; ?> </file> </code> <file php myexample.php> <?php echo "hello world!"; ?> </file> If you don't want any
fgets @snippets:php
1 Hits, Last modified:
Failed to open ${filename}"); } while ( ( $text = fgets($fh) ) !== false ) { echo $text; } </file>