mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
4 lines
124 B
PHP
4 lines
124 B
PHP
<?php
|
|
// Do any kind of bootstraping for major database version 6
|
|
$majorversion = 6; // just an example, currently not used
|