Update plugin.php

forgot to change this
This commit is contained in:
Sophia Atkinson 2024-03-03 13:24:53 -08:00 committed by GitHub
parent ff579708fc
commit becfcdf0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
/*
Plugin Name: YOURLS HTML Sitemap Generator
Plugin URI: https://github.com/yourls/yourls
Plugin URI: https://github.com/SophiaAtkinson/yourls-html-sitemap
Description: Generates a sitemap.html file with all of your short URLs
Version: 1.0
Author: Sophia Atkinson
@ -82,4 +82,4 @@ function generate_html_sitemap() {
// Handle PDO exceptions
yourls_die('Error: ' . $e->getMessage());
}
}
}