function increaseQuota()

in www/sql/index.js [114:117]


function increaseQuota(index) {
    quotas[index] *= 2;
    databaseOutput('quota ' + index + ' is now ' + quotas[index]);
}