astroport-webui/conf/conf.php

23 lines
733 B
PHP

<?php
define('HOST', '127.0.0.1:8181');
/*
Youtube Thumbnails
maxresdefault Full resolution image matching the uploaded. This image will not always exist.
sddefault 640x480
hqdefault 480x360 Large Preview
mqdefault 320x180 Large Preview
default 120x 90 Large Preview
0 480x360 Large Preview
1 120x 90 First small thumbnail
2 120x 90 Second small thumbnail
3 120x 90 Third small thumbnail
*/
define('YOUTUBE_THUMB', 'https://i.ytimg.com/vi/%s/mqdefault.jpg');
define('SITENAME', '<span>Astrobunker</span>');
define('USP', 'Votre caverne remplie des <strong>trésors</strong> que vous avez découverts sur le web, votre <strong>forteresse</strong> de contenu imprenable, votre <strong>palais</strong> informationnel.');