mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix typo in serverroot and fix getID3 error in Nfo class.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2016-03-09 DariusIII
|
||||
* Fix: Fix typo in serverroot and fix getID3 error in Nfo class.
|
||||
2016-03-08 DariusIII
|
||||
* Upd: Many changes related to composer
|
||||
* Upd: Update smarty handling in composer.json
|
||||
|
||||
Generated
+4
-4
@@ -238,12 +238,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JPinkney/TVMaze-PHP-API-Wrapper.git",
|
||||
"reference": "6b8b8ba8494e368bc223f2184013ad211eab2df3"
|
||||
"reference": "13c49888dfe3c54b0a2a98dc5aa2eca73862faca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/6b8b8ba8494e368bc223f2184013ad211eab2df3",
|
||||
"reference": "6b8b8ba8494e368bc223f2184013ad211eab2df3",
|
||||
"url": "https://api.github.com/repos/JPinkney/TVMaze-PHP-API-Wrapper/zipball/13c49888dfe3c54b0a2a98dc5aa2eca73862faca",
|
||||
"reference": "13c49888dfe3c54b0a2a98dc5aa2eca73862faca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -266,7 +266,7 @@
|
||||
}
|
||||
],
|
||||
"description": "TVMaze-API-Wrapper",
|
||||
"time": "2016-03-08 02:23:27"
|
||||
"time": "2016-03-08 17:25:29"
|
||||
},
|
||||
{
|
||||
"name": "kbjr/Git.php",
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ class Nfo
|
||||
}
|
||||
|
||||
// If above checks couldn't make a categorical identification, Use GetId3 to check if it's an image/video/rar/zip etc..
|
||||
$getid3 = new \getid3();
|
||||
$getid3 = new \getID3();
|
||||
$check = $getid3->analyze($tmpPath);
|
||||
@unlink($tmpPath);
|
||||
if (isset($check['error'])) {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<body class="login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{$serverrroot}"><b{$site->title}</b></a>
|
||||
<a href="{$serverroot}"><b{$site->title}</b></a>
|
||||
</div><!-- /.login-logo -->
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">Please enter the email address you used to register and we will send an email to reset your password. If you
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<body class="login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{$serverrroot}"><b>{$site->title}</b></a>
|
||||
<a href="{$serverroot}"><b>{$site->title}</b></a>
|
||||
</div><!-- /.login-logo -->
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">Please sign in to access the site</p>
|
||||
|
||||
Reference in New Issue
Block a user