mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +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
|