Skip to content

Commit

Permalink
Fixes - cleanup code
Browse files Browse the repository at this point in the history
Removed unused code
  • Loading branch information
monecchi committed Dec 17, 2017
1 parent 2fe700c commit 34c0167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 216 deletions.
214 changes: 0 additions & 214 deletions getting_started.php

This file was deleted.

4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ function ebor_ajax_import_data() {
include_once( plugin_dir_path( __FILE__ ) . 'git-updater.php' );
}

$updater_provider = "bW9uZWNjaGk="; // github username
$updater_provider = 'bW9uZWNjaGk='; // github username
$updater = new Github_Updater( __FILE__ );
$updater->set_username( 'monecchi' );
$updater->set_username( base64_decode( $updater_provider ) );
$updater->set_repository( 'FoodStack-Framework' );

/* Access Token for private repo */
Expand Down

0 comments on commit 34c0167

Please sign in to comment.