Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:UTCWeb/utctiny into maintenance/…
Browse files Browse the repository at this point in the history
…UTCT-91-plugin-composer-updates
  • Loading branch information
UTCGilligan committed Apr 26, 2024
2 parents d59f1ac + 9540abf commit 1c595f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col-12 col-lg-10 col-xl-8 col-xxl-5 mt-5">
<div class="card border-0 mt-5">
<div class="text-center">
<img src="frontend/assets/svg/utc-wordmark-reverse.svg" alt="UTC Logo" width="300px" style="margin-top:-4rem;">
<img src="<?php $_SERVER['DOCUMENT_ROOT'] ?>/frontend/assets/svg/utc-wordmark-reverse.svg" alt="UTC Logo" width="300px" style="margin-top:-4rem;">
</div>
<div class="card-body px-md-5">
<h1>Sorry,</h1>
Expand Down
2 changes: 1 addition & 1 deletion user/plugins/seans-qrcode/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LogoOptions extends QROptions{
}

// Kick in if the loader does not recognize a valid pattern
yourls_add_action( 'loader_failed', 'sean_yourls_qrcode' );
yourls_add_action( 'redirect_keyword_not_found', 'sean_yourls_qrcode' );
function sean_yourls_qrcode( $request ) {
// Get authorized charset in keywords and make a regexp pattern
$pattern = yourls_make_regexp_pattern( yourls_get_shorturl_charset() );
Expand Down

0 comments on commit 1c595f3

Please sign in to comment.