mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
4 lines
124 B
PHP
4 lines
124 B
PHP
<?php
|
|
// Do any kind of bootstraping for major database version 5
|
|
$majorversion = 5; // just an example, currently not used
|