/var/softaculous/yourls
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess2410644editdlrm
changelog.txt22560644editdlrm
clone.php40470644editdlrm
config.php37060644editdlrm
extend.php91860644editdlrm
fileindex.php2750644editdlrm
import.php38970644editdlrm
index.php400644editdlrm
info.xml21370644editdlrm
install.js9210644editdlrm
install.php44610644editdlrm
install.xml12980644editdlrm
md537990644editdlrm
mod_upgrade.php33250644editdlrm
notes.txt6520644editdlrm
orig_upgrade.php32900644editdlrm
update_pass.php5360644editdlrm
upgrade.php40800644editdlrm
upgrade.xml3930644editdlrm
_edit.php35410644editdlrm
_edit.xml4330644editdlrm
Edit: /var/softaculous/yourls/config.php (3706B)
'[[admin_pass]]', // 'username2' => 'password2', // You can have one or more 'login'=>'password' lines ]; /** URL shortening method: either 36 or 62 ** 36: generates all lowercase keywords (ie: 13jkm) ** 62: generates mixed case keywords (ie: 13jKm or 13JKm) ** For more information, see https://yourls.org/urlconvert */ define( 'YOURLS_URL_CONVERT', 36 ); /** Debug mode to output some internal information ** Default is false for live site. Enable when coding or before submitting a new issue */ define( 'YOURLS_DEBUG', false ); /** * Reserved keywords (so that generated URLs won't match them) * Define here negative, unwanted or potentially misleading keywords. */ $yourls_reserved_URL = [ 'porn', 'faggot', 'sex', 'nigger', 'fuck', 'cunt', 'dick', ]; /* ** Personal settings would go after here. */