]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - api/common_api.php
Move some PHP files from ./ to ./inc: common, connection, header, footer
[irc/unrealircd/unrealircd-webpanel.git] / api / common_api.php
index 36f2422fe18e602cb1c6957ae860334e87e63520..2224b0d5abcc0d6452c2738ba12997b2c167d4b0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-include "../common.php";
+include "../inc/common.php";
 
 if(session_status() !== PHP_SESSION_ACTIVE) session_start();
 
@@ -10,7 +10,7 @@ if (!isset($_SESSION['id']))
 session_write_close();
 
 // Only now make the connection (this can take a short while)
-include "../connection.php";
+include "../inc/connection.php";
 
 // Server Side Events
 header('Content-Type: text/event-stream');