File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
7
7
*/
8
8
9
- $ version = "2.0-beta " ;
9
+ $ version = "2.0.0 " ;
10
10
11
11
if (!file_exists ("../config.php " )) {
12
12
header ("Location: ../installer " );
91
91
<li>"Changelog" is added under the profile link in the menu</li>
92
92
<li>New help message</li>
93
93
<li>It's now possible to install ModernCount on a database that's not protected with a password</li>
94
+ <li>The "Ad code" boxes are bigger</li>
94
95
</ul>
95
96
<h3>Version 1.6.0</h3>
96
97
<ul>
Original file line number Diff line number Diff line change 6
6
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
7
7
*/
8
8
9
- $ version = "2.0-beta " ;
9
+ $ version = "2.0.0 " ;
10
10
11
11
if (!file_exists ("../config.php " )) {
12
12
header ("Location: ../installer " );
Original file line number Diff line number Diff line change 171
171
<div class="alert alert-warning"><b>Warning:</b> On some server configurations using HTML code here may produce errors.</div>
172
172
<div>
173
173
<div class="controls">
174
- <textarea style="height: 120px ; width: 500px ;" id="advertcode" name="advertcode" placeholder="Enter a ad code..."><?php echo $ currentadcode ; ?> </textarea>
174
+ <textarea style="height: 200px ; width: 800px ;" id="advertcode" name="advertcode" placeholder="Enter a ad code..."><?php echo $ currentadcode ; ?> </textarea>
175
175
</div>
176
176
</div>
177
177
</div>
You can’t perform that action at this time.
0 commit comments