Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Update update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed May 11, 2020
1 parent c06407b commit e91db94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$version = file_get_contents( 'VERSION.txt' );
$version = file_get_contents( __DIR__ . '/VERSION.txt' );

$options =
[
Expand Down

0 comments on commit e91db94

Please sign in to comment.