add main.php
This commit is contained in:
@@ -21,7 +21,7 @@ fwrite($output, $mcmahonfirst);
|
||||
|
||||
foreach ($entries as $i => $e) {
|
||||
$rank = $ranks[$e->rank];
|
||||
$id = $e->i + 1;
|
||||
$id = $i + 1;
|
||||
$egd = (strlen($e->egd_number) == 0) ? '0' : $e->egd_number;
|
||||
$out = " <IndividualParticipant typeversion=\"1\">
|
||||
<Id>$id</Id>
|
||||
|
||||
13
main.php
Normal file
13
main.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: Go Form Plugin
|
||||
* Description: Form plugin for Go players
|
||||
* Version: 0.03
|
||||
* Author: Nikola Petrov
|
||||
*/
|
||||
|
||||
if (!defined('ABSPATH'))
|
||||
exit;
|
||||
|
||||
// Load the actual plugin from the go-form-plugin directory
|
||||
require_once plugin_dir_path(__FILE__) . 'go-form-plugin/go-form-plugin.php';
|
||||
Reference in New Issue
Block a user