add resource_version to avoid cache.

This commit is contained in:
fowr
2024-08-20 21:27:22 -03:00
parent 5ee48c5865
commit 13b587cf62
3 changed files with 10 additions and 4 deletions

View File

@@ -1 +1,7 @@
<?php
$config['db']['type'] = 'mysql';
$config['db']['server'] = 'localhost';
$config['db']['user'] = 'dev';
$config['db']['password'] = 'dev';
$config['db']['database'] = 'vichan';