Skip to content

Commit

Permalink
Update icms-update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRunchly committed Dec 27, 2022
1 parent 259dc03 commit 4cab456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icms-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
fclose( $fileupdater );

$updatestatus = json_decode(file_get_contents('https://raw.githubusercontent.com/GreenRunchly/icms/main/server/latest.json'), true);
$updatestatus[0][1] = '1.1';
$updatestatus[0][1] = '1.2';

if ( ! empty( $updatestatus[0][0] ) ){

Expand Down

0 comments on commit 4cab456

Please sign in to comment.