Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmiBX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bitrix
AmiBX
Commits
b941f960
Commit
b941f960
authored
May 06, 2022
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix css files pathes
parent
77995dbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
header.php
template/header.php
+8
-8
AloVoiceConnector.php
vendor/alovoice/src/AloVoiceConnector.php
+2
-2
No files found.
template/header.php
View file @
b941f960
...
...
@@ -11,14 +11,14 @@
<script
src=
"//api.bitrix24.com/api/v1/"
></script>
<?php
}
?>
<!--===============================================================================================-->
<link
rel=
"icon"
type=
"image/png"
href=
"
<?=
$this
->
alvhost
?>
template/images/icons/favicon.ico"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/vendor/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/fonts/font-awesome-4.7.0/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/vendor/animate/animate.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/vendor/select2/select2.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/vendor/perfect-scrollbar/perfect-scrollbar.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/css/util.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
alvhost
?>
template/css/main.css
<?php
echo
'?t='
.
time
();
?>
"
>
<link
rel=
"icon"
type=
"image/png"
href=
"template/images/icons/favicon.ico"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/vendor/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/fonts/font-awesome-4.7.0/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/vendor/animate/animate.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/vendor/select2/select2.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/vendor/perfect-scrollbar/perfect-scrollbar.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/css/util.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"template/css/main.css
<?php
echo
'?t='
.
time
();
?>
"
>
<!--===============================================================================================-->
<!-- feather -->
...
...
vendor/alovoice/src/AloVoiceConnector.php
View file @
b941f960
...
...
@@ -217,8 +217,8 @@ class AloVoiceConnector
public
function
run
(){
$this
->
eLog
(
$_REQUEST
,
"------ AloVoiceConnector: RUN REQUEST----------"
);
//
$this->eLog($_FILES,"--== AloVoiceConnector FILES:");
//
$this->eLog($_SERVER,"------ AloVoiceConnector: RUN SERVER ----------");
$this
->
eLog
(
$_FILES
,
"--== AloVoiceConnector FILES:"
);
$this
->
eLog
(
$_SERVER
,
"------ AloVoiceConnector: RUN SERVER ----------"
);
if
(
!
empty
(
$_REQUEST
[
'afile'
])){
return
$this
->
getWavAudio
(
$_REQUEST
[
'afile'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment