mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Version] Store version number in the options table
Store version number in the options table so that its easier to update for the frontend rather than the config.php which we don't really want to touch
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>Version</td>
|
||||
<td><?php echo $this->config->item('app_version')."\n"; ?></td>
|
||||
<td><?php echo $this->optionslib->get_option('version')."\n"; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Language</td>
|
||||
|
||||
Reference in New Issue
Block a user