joshp23 / YOURLS-IQRCodes

YOURLS QRCode plugin with exposed options and full integration
GNU General Public License v3.0
22 stars 11 forks source link

Fix broken yourls_plugin_url call #31

Closed xtex404 closed 5 years ago

xtex404 commented 5 years ago

YOURLS only needs the plugin name for yourls_plugin_url, not the full path. Previously used 'dirname', which caused it to prepend the entire absolute path (yikes) to the URL.

This was causing really broken and bizarre URLs, causing QR codes to not be displayed.