Search
You can find the results of your search below.
Fulltext results:
- famp @computers:truenas
- <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
- 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
- Failed to open ${filename}"); } while ( ( $text = fgets($fh) ) !== false ) { echo $text; } </file>