Skip to content

Hardcoded URLs #6

@nfreader

Description

@nfreader

/Code/slimbus/src/Statbus/Controllers/LogsController.php:
   37        'curl' => [
   38            CURLOPT_FOLLOWLOCATION => TRUE,
   39:           CURLOPT_REFERER => "atlantaned.space",
   40          ]
   41        ]);

/Code/slimbus/templates/index.tpl:
    5            <div id="poly" class="engradio">
    6              [Poly] &ldquo;{{poly}}&rdquo;
    7:             <img src="https://atlantaned.space/statbus/icons/mob/animal/parrot_sit.png" height="64" width="64"  alt="And now a word from Poly" />
    8            </div>
    9        </small>

/Code/slimbus/templates/death/death.tpl:
   70          {{death.mapname}} - {{death.pod}} ({{death.x}}, {{death.y}}, {{death.z}})
   71          {% if death.z == 2 %}
   72:         <iframe src="https://atlantaned.space/renderbus/#5/{{death.x}}/{{death.y}}/{{death.map_url}}"></iframe><br>
   73:             <a href="https://atlantaned.space/renderbus/#5/{{death.x}}/{{death.y}}/{{death.map_url}}" target="_blank" rel="noopener noreferrer">Full view</a>
   74          {% endif %}
   75        </div>

6 matches across 4 files```

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions