/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/notes.txt (652B)
1. We add the index.php because it does not display any content on frontend so just added index.php which includes admin/index.php 2. Database Upgrade is to be done only when the datbase version has changed in options table 3. We have tested since the versions in 2011 and there is no database change, so when there is database change in future please check auto upgrade properly 4. We copy the mod_upgrade.php for auto upgrade and then after auto upgrade we revert the original file orig_upgrade.php if(empty($_POST['softlogin'])){ yourls_maybe_require_auth(); } 5. PHP REQUIREMENT LINK : https://github.com/YOURLS/YOURLS/blob/master/readme.html#L534