mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2015-09-04 2b2985012334af54a3ae9cdd684db32087c41d0d
Add missing return statement in getCurrentUrl() method
1 files modified
2 ■■■■■ changed files
uphpCAS.php 2 ●●●●● patch | view | raw | blame | history
uphpCAS.php
@@ -51,6 +51,8 @@
            $url .= ':'.$port;
        }
        $url .= $_SERVER['REQUEST_URI'];
        return $url;
    }
    
    public function getServerUrl() {